(sh-get-kw): `&' also separates words.
This commit is contained in:
@@ -2370,7 +2370,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