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 @@ -1365,17 +1365,6 @@ endfunction
13651365nnoremap <leader> fa :call FindAllMultipleCursors("")<cr>
13661366vnoremap <leader> fa :call FindAllMultipleCursors("v")<cr>
13671367
1368- " Called once right before you start selecting multiple cursors
1369- function ! Multiple_cursors_before ()
1370- call youcompleteme#DisableCursorMovedAutocommands ()
1371- endfunction
1372-
1373- " Called once only when the multiple selection is canceled (default <Esc>)
1374- function ! Multiple_cursors_after ()
1375- call youcompleteme#EnableCursorMovedAutocommands ()
1376- endfunction
1377-
1378-
13791368" ------------------------------------------------------------------------------
13801369" NERDTree / NERDTreeTabs
13811370" ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments