From 8ea1a686d9d1b312dba46de088116a5d7291e0c5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 2 Jun 2009 02:08:07 +0200 Subject: fix completion bug (file-sort time); add ft for vim --- .zsh/rc/50options | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zsh/rc/50options') diff --git a/.zsh/rc/50options b/.zsh/rc/50options index 62df450..e8c16f2 100644 --- a/.zsh/rc/50options +++ b/.zsh/rc/50options @@ -48,3 +48,5 @@ setopt HIST_FCNTL_LOCK # disable XON/XOFF flow control (^s/^q) stty -ixon + +# vim:set ft=zsh -- cgit v1.2.3-24-g4f1b