mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
Restore use to IsCharCommented function after autoload refactor goof
This commit is contained in:
@@ -107,6 +107,10 @@ function! NERDCommentIsLineCommented(lineNo)
|
||||
return nerdcommenter#IsLineCommented(a:lineNo)
|
||||
endfunction
|
||||
|
||||
function! NERDCommentIsCharCommented(line, col)
|
||||
return nerdcommenter#IsCharCommented(a:line, a:col)
|
||||
endfunction
|
||||
|
||||
inoremap <silent> <Plug>NERDCommenterInsert <Space><BS><Esc>:call nerdcommenter#Comment('i', "insert")<CR>
|
||||
|
||||
" switch to/from alternative delimiters (does not use wrapper function)
|
||||
|
||||
Reference in New Issue
Block a user