Skip to content

Commit

Permalink
控制配置行数不超过300行
Browse files Browse the repository at this point in the history
  • Loading branch information
laomafeima committed Dec 31, 2017
1 parent 98eddba commit 050057f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ function! Multiple_cursors_before()
exe 'NeoCompleteLock'
endif
endfunction

" Called once only when the multiple selection is canceled (default <Esc>)
function! Multiple_cursors_after()
if exists(':NeoCompleteUnlock')==2
Expand Down Expand Up @@ -277,8 +276,6 @@ inoremap <expr><C-l> neocomplete#complete_common_string()
inoremap <silent> <CR> <C-r>=<SID>my_cr_function()<CR>
function! s:my_cr_function()
return (pumvisible() ? "\<C-y>" : "" ) . "\<CR>"
" For no inserting <CR> key.
"return pumvisible() ? "\<C-y>" : "\<CR>"
endfunction
" <TAB>: completion.
inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>"
Expand Down

0 comments on commit 050057f

Please sign in to comment.