(sh-get-kw): `&' also separates words.
This commit is contained in:
parent
5026b8eed3
commit
f42e164952
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue