diff --git a/vimrc b/vimrc index 8921658..5e86da5 100644 --- a/vimrc +++ b/vimrc @@ -147,10 +147,6 @@ augroup END augroup cprog au! au BufRead,BufNewFile *.[ch] set cindent - " simulate C++ comments (sort of) and provide a means to uncomment easily - map // ^i/* $a */ - map \\ bhh/ *[*][/]d/[/]x?[/][*]dw - " map // 0v$gc call TabSize(4) augroup END @@ -324,6 +320,8 @@ nnoremap b :b # map :split map :only +map // gc$ + " map :cal SetSyn("c") " map :syntax sync fromstart nnoremap ss :syntax sync fromstart