mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Fix typeo in error message.
This commit is contained in:
@@ -702,7 +702,7 @@ function s:CommentLinesMinimal(firstLine, lastLine)
|
||||
"if we need to use place holders for the comment, make sure they are
|
||||
"enabled for this filetype
|
||||
if !g:NERDUsePlaceHolders && s:DoesBlockHaveMultipartDelim(a:firstLine, a:lastLine)
|
||||
throw 'NERDCommenter.Settings exception: Placeoholders are required but disabled.'
|
||||
throw 'NERDCommenter.Settings exception: Place holders are required but disabled.'
|
||||
endif
|
||||
|
||||
"get the left and right delims to smack on
|
||||
|
||||
Reference in New Issue
Block a user