File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1368,17 +1368,6 @@ endfunction
13681368nnoremap <leader> fa :call FindAllMultipleCursors("")<cr>
13691369vnoremap <leader> fa :call FindAllMultipleCursors("v")<cr>
13701370
1371- " Called once right before you start selecting multiple cursors
1372- function ! Multiple_cursors_before ()
1373- call youcompleteme#DisableCursorMovedAutocommands ()
1374- endfunction
1375-
1376- " Called once only when the multiple selection is canceled (default <Esc>)
1377- function ! Multiple_cursors_after ()
1378- call youcompleteme#EnableCursorMovedAutocommands ()
1379- endfunction
1380-
1381-
13821371" ------------------------------------------------------------------------------
13831372" NERDTree / NERDTreeTabs
13841373" ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments