Skip to content

Commit daf0c01

Browse files
committed
Leave 'mouse' as-is
Fixes #438
1 parent 12c53bd commit daf0c01

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

autoload/ctrlp.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] =
103103

104104
" Global options
105105
let s:glbs = { 'magic': 1, 'to': 1, 'tm': 0, 'sb': 1, 'hls': 0, 'im': 0,
106-
\ 'report': 9999, 'sc': 0, 'ss': 0, 'siso': 0, 'mfd': 200, 'mouse': 'n',
107-
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1,
108-
\ 'ttimeout': 0 }
106+
\ 'report': 9999, 'sc': 0, 'ss': 0, 'siso': 0, 'mfd': 200, 'ttimeout': 0,
107+
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1 }
109108

110109
" Keymaps
111110
let [s:lcmap, s:prtmaps] = ['nn <buffer> <silent>', {

0 commit comments

Comments
 (0)