From e5590f8b24643365accbd0adc3b4e69a5759ab4d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 5 Jun 2009 21:15:58 +0200 Subject: fix vim modline --- .zsh/rc/10colors | 2 +- .zsh/rc/10keybindings | 2 +- .zsh/rc/10variables | 2 +- .zsh/rc/15prompt | 2 +- .zsh/rc/30functions | 2 +- .zsh/rc/50options | 2 +- .zsh/rc/60aliases | 2 +- .zsh/rc/70completion/10misc | 2 +- .zsh/rc/70completion/10own_functions | 2 +- .zsh/rc/99greetings | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to '.zsh') diff --git a/.zsh/rc/10colors b/.zsh/rc/10colors index 92816ab..667f319 100644 --- a/.zsh/rc/10colors +++ b/.zsh/rc/10colors @@ -41,4 +41,4 @@ fi # some better colors for ls eval "`dircolors -b`" -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/10keybindings b/.zsh/rc/10keybindings index 3d0797a..0761957 100644 --- a/.zsh/rc/10keybindings +++ b/.zsh/rc/10keybindings @@ -12,4 +12,4 @@ bindkey "^[[8~" end-of-line # End # bindkey '' (do this in a shell) # for some actions run `bindkey` -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/10variables b/.zsh/rc/10variables index 4ad1602..ebdaae7 100644 --- a/.zsh/rc/10variables +++ b/.zsh/rc/10variables @@ -11,4 +11,4 @@ export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-' export LESS='-F -i -n -w -g -M -R -P%t?f%f \ :stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/15prompt b/.zsh/rc/15prompt index e820d9a..f462616 100644 --- a/.zsh/rc/15prompt +++ b/.zsh/rc/15prompt @@ -42,4 +42,4 @@ PROMPT="${fg_light_red}$USERNAME${fg_no_colour}@${fg_light_green}%m${fg_no_colou ## Spelling prompt SPROMPT='zsh: correct '%R' to '%r' ? ([Y]es/[N]o/[E]dit/[A]bort) ' -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/30functions b/.zsh/rc/30functions index 01b2798..c29169b 100644 --- a/.zsh/rc/30functions +++ b/.zsh/rc/30functions @@ -206,4 +206,4 @@ youtube2mp3() { } -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/50options b/.zsh/rc/50options index e8c16f2..e201f9c 100644 --- a/.zsh/rc/50options +++ b/.zsh/rc/50options @@ -49,4 +49,4 @@ setopt HIST_FCNTL_LOCK # disable XON/XOFF flow control (^s/^q) stty -ixon -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/60aliases b/.zsh/rc/60aliases index 9705087..e401fb2 100644 --- a/.zsh/rc/60aliases +++ b/.zsh/rc/60aliases @@ -96,4 +96,4 @@ alias -s txt=mousepad alias -s jpg=gpicview alias -s png=gpicview -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/70completion/10misc b/.zsh/rc/70completion/10misc index c3e0d7a..b5528c4 100644 --- a/.zsh/rc/70completion/10misc +++ b/.zsh/rc/70completion/10misc @@ -51,4 +51,4 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l: zstyle ':completion:*:descriptions' format $'%{\e[0;31m%}completing %B%d%b%{\e[0m%}' zstyle ':completion:*:warnings' format $'%{\e[0;31m%}No matches for:%{\e[0m%} %d' -# vim:set ft=zsh: +# vim: set ft=zsh: diff --git a/.zsh/rc/70completion/10own_functions b/.zsh/rc/70completion/10own_functions index 299241c..fc6e446 100644 --- a/.zsh/rc/70completion/10own_functions +++ b/.zsh/rc/70completion/10own_functions @@ -13,4 +13,4 @@ function _ssh-mount () { } compdef _ssh-mount ssh-mount.sh -# vim:set ft=zsh +# vim: set ft=zsh: diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings index 842e7e5..47cf822 100644 --- a/.zsh/rc/99greetings +++ b/.zsh/rc/99greetings @@ -12,4 +12,4 @@ if [ -x /usr/bin/fortune ]; then fi echo -# vim:set ft=zsh +# vim: set ft=zsh: -- cgit v1.2.3-24-g4f1b