(sh-get-kw): | is not among the allowed chars for a keyword.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
|
||||
for a keyword.
|
||||
|
||||
2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* newcomment.el (comment-valid-prefix-p): Make the check
|
||||
|
||||
@@ -2517,7 +2517,7 @@ If AND-MOVE is non-nil then move to end of word."
|
||||
(goto-char where))
|
||||
(prog1
|
||||
(buffer-substring (point)
|
||||
(progn (skip-chars-forward "^ \t\n;&")(point)))
|
||||
(progn (skip-chars-forward "^ \t\n;&|()")(point)))
|
||||
(unless and-move
|
||||
(goto-char start)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user