diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index 7fa8b12..bc82d91 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -79,7 +79,7 @@ fu! s:opts() \ 'PrtHistory(1)': [''], \ 'AcceptSelection("e")': ['', '<2-LeftMouse>'], \ 'AcceptSelection("h")': ['', '', ''], - \ 'AcceptSelection("t")': ['', ''], + \ 'AcceptSelection("t")': [''], \ 'AcceptSelection("v")': ['', ''], \ 'ToggleFocus()': [''], \ 'ToggleRegex()': [''], @@ -90,7 +90,7 @@ fu! s:opts() \ 'PrtInsert("w")': ['', ''], \ 'PrtInsert("s")': [''], \ 'PrtInsert("v")': [''], - \ 'PrtInsert("+")': [''], + \ 'PrtInsert("+")': ['', ''], \ 'PrtCurStart()': [''], \ 'PrtCurEnd()': [''], \ 'PrtCurLeft()': ['', '', ''], diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index 366585a..89344c1 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -359,7 +359,7 @@ only need to keep the lines that you’ve changed the values (inside []): > \ 'PrtHistory(1)': [''], \ 'AcceptSelection("e")': ['', '<2-LeftMouse>'], \ 'AcceptSelection("h")': ['', '', ''], - \ 'AcceptSelection("t")': ['', ''], + \ 'AcceptSelection("t")': [''], \ 'AcceptSelection("v")': ['', ''], \ 'ToggleFocus()': [''], \ 'ToggleRegex()': [''], @@ -370,7 +370,7 @@ only need to keep the lines that you’ve changed the values (inside []): > \ 'PrtInsert("w")': ['', ''], \ 'PrtInsert("s")': [''], \ 'PrtInsert("v")': [''], - \ 'PrtInsert("+")': [''], + \ 'PrtInsert("+")': ['', ''], \ 'PrtCurStart()': [''], \ 'PrtCurEnd()': [''], \ 'PrtCurLeft()': ['', '', ''],