plugins/spellchk.c

changeset 113
b57a562f0b24
parent 112
232fe3aea76f
child 123
cc3f0c97ea54
--- a/plugins/spellchk.c	Fri Apr 14 06:02:26 2000 +0000
+++ b/plugins/spellchk.c	Fri Apr 14 06:22:29 2000 +0000
@@ -212,7 +212,7 @@
 }
 
 char *have_word(char *m, int pos) {
-	char *tmp = strpbrk(&m[pos], "' \t\f\r\n.?!-,");
+	char *tmp = strpbrk(&m[pos], "' \t\f\r\n\".?!-,");
 	int len = (int)(tmp - &m[pos]);
 
 	if (tmp == NULL) {

mercurial