Hello,
Is there any option in vim spell checker to ignore words containing underscore, multiple uppercase letters, minus, numbers in a plain text file. I could not find anything in the manuals (7.2) or google search.
Thanks.
Hello,
Is there any option in vim spell checker to ignore words containing underscore, multiple uppercase letters, minus, numbers in a plain text file. I could not find anything in the manuals (7.2) or google search.
Thanks.
You may want to look at :help iskeyword
variable which defines what 'word' is.
It seems this should work: http://newsgroups.derkeiler.com/Archive/Comp/comp.editors/2008-09/msg00049.html