about summary refs log tree commit diff
path: root/Functions/Zle/bash-backward-word
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-04-03 10:04:43 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-04-03 10:04:43 +0000
commit7d4014c30afdc2b22711803f8fd567304bb8f6a8 (patch)
tree5d6486a81fa737057300a0e9d783ecbaa1cf1378 /Functions/Zle/bash-backward-word
parenta11c6ef15dbc86d0ca11569c7e8ce847b2ae746a (diff)
downloadzsh-7d4014c30afdc2b22711803f8fd567304bb8f6a8.tar.gz
zsh-7d4014c30afdc2b22711803f8fd567304bb8f6a8.tar.xz
zsh-7d4014c30afdc2b22711803f8fd567304bb8f6a8.zip
unposted: tidy up after word match functions from 18394
Diffstat (limited to 'Functions/Zle/bash-backward-word')
-rw-r--r--Functions/Zle/bash-backward-word9
1 files changed, 0 insertions, 9 deletions
diff --git a/Functions/Zle/bash-backward-word b/Functions/Zle/bash-backward-word
deleted file mode 100644
index 23da8b3fe..000000000
--- a/Functions/Zle/bash-backward-word
+++ /dev/null
@@ -1,9 +0,0 @@
-# This implements a bash-style backward-word.
-# To use,
-#   zle -N bash-backward-word
-#   bindkey '...' bash-backward-word
-# or if you wish to replace existing backward-word bindings,
-#   zle -N backward-word bash-backward-word
-
-local WORDCHARS=''
-zle .backward-word