Release new version 0.19.7
[grml-etc-core.git] / etc / zsh / keephack
index 16d8b00..6d748ea 100644 (file)
@@ -3,7 +3,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Don Jän 27 23:38:57 CET 2005 [mika]
 ################################################################################
 
 # save output in a variable for later use
@@ -52,7 +51,7 @@ _insert_kept() {
     fi
 }
 
-# now bind it to keys and enable completition
+# now bind it to keys and enable completion
 zle -C insert-kept-result complete-word _generic
 zle -C expand-kept-result complete-word _generic
 zstyle ':completion:*-kept-result:*' completer _insert_kept
@@ -89,5 +88,5 @@ zle -C _expand_word complete-word _expand_word_and_keep
 zstyle ':completion:*' insert-kept menu
 zmodload -i zsh/complist
 
-# vim:filetype=zsh
 ## END OF FILE #################################################################
+# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4