Correct comment to table section as TComment

This commit is contained in:
ViViDboarder 2014-03-28 08:01:48 -07:00
parent 3a7ba74fbc
commit 8205347d1a
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ nnoremap <silent> <F4> :NERDTreeToggle<CR>
nnoremap <leader>nn :NERDTreeToggle<CR>
nnoremap <leader>nf :NERDTreeFind<CR>
" NERDComments
" TComment
nnoremap // :TComment<CR>
vnoremap // :TCommentBlock<CR>