diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index dd8ea0bb..5695fbd3 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -104,7 +104,8 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] = " Global options let s:glbs = { 'magic': 1, 'to': 1, 'tm': 0, 'sb': 1, 'hls': 0, 'im': 0, \ 'report': 9999, 'sc': 0, 'ss': 0, 'siso': 0, 'mfd': 200, 'mouse': 'n', - \ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1 } + \ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1, + \ 'ttimeout': 0 } " Keymaps let [s:lcmap, s:prtmaps] = ['nn ', {