Skip to content

Commit 4d56750

Browse files
committed
Merge branch 'master' of github.com:AndrewRayCode/configs
2 parents 7b84f24 + 9bf3091 commit 4d56750

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
@@ -1368,17 +1368,6 @@ endfunction
13681368
nnoremap <leader>fa :call FindAllMultipleCursors("")<cr>
13691369
vnoremap <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
"------------------------------------------------------------------------------

0 commit comments

Comments
 (0)