Skip to content

Commit

Permalink
edit: fix definition of "sword" (shell words)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed May 18, 2021
1 parent b52a798 commit 2370bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -3,9 +3,9 @@
all:
.PHONY: all

# check GNU Makefile
# check GNU Make
ifeq ($(.FEATURES),)
$(error Sorry, please use a newer version of gmake (GNU Makefile).)
$(error Sorry, please use a newer version of gmake (GNU Make).)
endif

# check gawk
Expand Down
2 changes: 1 addition & 1 deletion src/edit.sh
Expand Up @@ -3135,7 +3135,7 @@ function ble/widget/.genword-setup-uword {
WSEP="${IFS:-$' \t\n'}"; WSET="^$WSEP"
}
function ble/widget/.genword-setup-sword {
WSEP=$'|%WSEP%;()<> \t\n'; WSET="^$WSEP"
WSEP=$'|&;()<> \t\n'; WSET="^$WSEP"
}
function ble/widget/.genword-setup-fword {
WSEP="/${IFS:-$' \t\n'}"; WSET="^$WSEP"
Expand Down

0 comments on commit 2370bce

Please sign in to comment.