akahanaton/BlockComment
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
" Forked from Chris Russell, http://www.vim.org/scripts/script.php?script_id=473 " add some functions "-------------------------------------------------- " Key mappings "-------------------------------------------------- noremap <silent> .c :call Comment()<CR> noremap <silent> .C :call UnComment()<CR>