Skip to content

Commit

Permalink
Merge pull request #698 from leowzukw/patch-2
Browse files Browse the repository at this point in the history
Remove traillings
  • Loading branch information
spf13 committed Dec 9, 2014
2 parents cef6b6a + 1ca8fe0 commit 664f202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,8 @@
endif
endfunction

" <CR> close popup and save indent or expand snippet
imap <expr> <CR> CleverCr()
" <CR> close popup and save indent or expand snippet
imap <expr> <CR> CleverCr()
" <C-h>, <BS>: close popup and delete backword char.
inoremap <expr><BS> neocomplete#smart_close_popup()."\<C-h>"
inoremap <expr><C-y> neocomplete#smart_close_popup()
Expand Down Expand Up @@ -874,7 +874,7 @@
endif
endfunction

" <CR> close popup and save indent or expand snippet
" <CR> close popup and save indent or expand snippet
imap <expr> <CR> CleverCr()
" <CR>: close popup
Expand Down

0 comments on commit 664f202

Please sign in to comment.