Break undo after CTRL-U

Closes #28
This commit is contained in:
Tim Pope
2013-02-23 11:43:23 -05:00
parent 85b9b3b516
commit 9ca7bed8ea

View File

@@ -98,6 +98,7 @@ if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
runtime! macros/matchit.vim
endif
inoremap <C-U> <C-G>u<C-U>
nnoremap & :&&<CR>
xnoremap & :&&<CR>
" Make Y consistent with C and D. See :help Y.