Fixed merge for Perforce stuff

This commit is contained in:
Dustin Swan 2012-01-13 12:20:04 -06:00
commit 8f2a4f08b0

1
vimrc
View file

@ -128,4 +128,5 @@ inoremap kj <Esc>
inoremap <Esc> <nop> inoremap <Esc> <nop>
nnoremap <Esc> :noh<CR><Esc> nnoremap <Esc> :noh<CR><Esc>
" open the current file for edit in Perforce
nnoremap <leader>p :! p4 edit %<CR> nnoremap <leader>p :! p4 edit %<CR>