From 0949c61bc3dbee1a29c0ed013d2a9b53eee9abf6 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 9 Mar 2016 11:26:02 -0800 Subject: [PATCH] Properly fix modeline by adding trailing colon. --- dotfiles/zsh_custom/themes/matir.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zsh_custom/themes/matir.zsh-theme b/dotfiles/zsh_custom/themes/matir.zsh-theme index 831b132..684c5ea 100644 --- a/dotfiles/zsh_custom/themes/matir.zsh-theme +++ b/dotfiles/zsh_custom/themes/matir.zsh-theme @@ -4,4 +4,4 @@ ZSH_THEME_GIT_PROMPT_SUFFIX=")" ZSH_THEME_VIRTUALENV_PREFIX=" (py:" ZSH_THEME_VIRTUALENV_SUFFIX=")" -# vim: set textwidth=0 wrapmargin=0 +# vim: set textwidth=0 wrapmargin=0: