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 Jul 9, 2022
1 parent 795a647 commit 5e73cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
all:
.PHONY: all install dist

# 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 ble-edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3881,7 +3881,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 5e73cf6

Please sign in to comment.