mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -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
|
||||
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*"'
|
||||
return 1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user