mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Fix comment syntax blooper from #510
This commit is contained in:
@@ -2534,7 +2534,7 @@ function! s:IsDelimValid(delimiter, delIndx, line) abort
|
|||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# If delimiter is the first non-whitespace character it is valid
|
" if the delimiter is the first non-whitespace character, it is valid
|
||||||
if a:line =~# '^\s*"'
|
if a:line =~# '^\s*"'
|
||||||
return 1
|
return 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user