nerdcommenter
nerdcommenter copied to clipboard
Support 'line continuation comment' in Vim script
Can you apply "\ 'text'
style instead of " \ 'test'
style when a line starts with \ in Vim script?
" \ 'test'
style causes E697: Missing end of List ']'
error.
ref: https://github.com/tyru/caw.vim/issues/85