From 42eeac3552c5a5ea10f24373f76b93633b6c8604 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Jun 2005 22:40:58 +0000 Subject: updated for version 7.0097 --- runtime/ftplugin/indent.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 runtime/ftplugin/indent.vim (limited to 'runtime/ftplugin/indent.vim') diff --git a/runtime/ftplugin/indent.vim b/runtime/ftplugin/indent.vim new file mode 100644 index 000000000..64f0fde6a --- /dev/null +++ b/runtime/ftplugin/indent.vim @@ -0,0 +1,13 @@ +" Vim filetype plugin file +" Language: indent(1) configuration file +" Maintainer: Nikolai Weibull +" Latest Revision: 2005-06-29 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +let b:undo_ftplugin = "setl com<" + +setlocal comments=s1:/*,mb:*,ex:*/ -- cgit v1.2.1