Fix comment syntax blooper from #510

This commit is contained in:
Caleb Maclennan
2023-01-27 17:00:07 +03:00
parent ea6a4f76fa
commit c406bba57d

View File

@@ -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