I'm a C/C++ professional programmer who makes lots of spelling mistakes in comments. I want to configure vim such that the spell-checker only looks for misspelled words within comments. If necessary I'm willing to add special symbols around the comment that vim can look for to know where to check, such as:
int main(){
/**/
}
If the plugin can work without the
C_S
symbols that'd be even better. I want the spell-checker to highlight any spelling mistakes it finds within comments. Does this already exist? Or is it easy to write myself?
Asked by Vikas Kumar
(419 rep)
Feb 8, 2012, 05:16 AM
Last activity: May 9, 2021, 12:05 AM
Last activity: May 9, 2021, 12:05 AM