From a2f022c70f8385b65693dfaa6409fe49cda424d3 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 30 Dec 2010 23:06:24 +0100 Subject: [PATCH] Fix vim header --- zsh-syntax-highlighting.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index d35825e..49811ba 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -2,6 +2,7 @@ # Copyleft 2010 zsh-syntax-highlighting contributors # http://github.com/nicoulaj/zsh-syntax-highlighting # All wrongs reserved. +# vim: ft=zsh sw=2 ts=2 et # Token types styles. # See http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#SEC135 @@ -156,5 +157,3 @@ for f in $ZSH_HIGHLIGHT_ZLE_UPDATE_EVENTS; do ;; esac done - -# vim: sw=2 ts=4 et