From 48ba4283aa92a9d3fd590a31aa632a861b5477c6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 6 Aug 2011 14:43:55 +0200 Subject: [PATCH] zsh/rc: Minor rewrapping cleanup. --- zsh/rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/rc b/zsh/rc index 37ca7a1..aafa2d3 100644 --- a/zsh/rc +++ b/zsh/rc @@ -504,8 +504,9 @@ zstyle ':completion:*:*:-command-:*' ignored-patterns './config.*' # Don't complete unwanted files with Vim. Thanks to Nomexous in #zsh on # Freenode (2010-06-06 04:54 CEST). See below for a way to complete them. -zstyle ':completion:*:*:vim:*:all-files' ignored-patterns '*.aux' '*.log' \ - '*.pdf' '*.class' +zstyle ':completion:*:*:vim:*:all-files' ignored-patterns \ + '*.aux' '*.log' '*.pdf' \ + '*.class' # Provide a fallback completer which always completes files. Useful when Zsh's # completion is too "smart". Thanks to Frank Terbeck -- 2.44.1