Skip to content

Commit db3f08e

Browse files
committed
go to heck ycm
1 parent 962f7fc commit db3f08e

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.vim/bundle/YouCompleteMe

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vimrc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,17 +1365,6 @@ endfunction
13651365
nnoremap <leader>fa :call FindAllMultipleCursors("")<cr>
13661366
vnoremap <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
"------------------------------------------------------------------------------

0 commit comments

Comments
 (0)