Navigation Menu

Skip to content

Commit

Permalink
Leave 'mouse' as-is
Browse files Browse the repository at this point in the history
Fixes #438
  • Loading branch information
kien committed Jul 4, 2013
1 parent 12c53bd commit daf0c01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions autoload/ctrlp.vim
Expand Up @@ -103,9 +103,8 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] =


" Global options " Global options
let s:glbs = { 'magic': 1, 'to': 1, 'tm': 0, 'sb': 1, 'hls': 0, 'im': 0, 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', \ 'report': 9999, 'sc': 0, 'ss': 0, 'siso': 0, 'mfd': 200, 'ttimeout': 0,
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1, \ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1 }
\ 'ttimeout': 0 }


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

0 comments on commit daf0c01

Please sign in to comment.