From c157dec31b1788825901d761aa3c51edf73d184a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 10 Feb 2007 11:38:54 +0100 Subject: [PATCH] /etc/vim/vimrc: fix syntax statement - missing endif --- etc/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vim/vimrc b/etc/vim/vimrc index 020ba51..2a3580f 100644 --- a/etc/vim/vimrc +++ b/etc/vim/vimrc @@ -53,7 +53,7 @@ " Just load the main syntax file when Vim was compiled with "+syntax". if has("syntax") syntax on - fi + endif " Debian uses compressed helpfiles. We must inform vim that the main " helpfiles is compressed. Other helpfiles are stated in the tags-file. -- 2.1.4