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/help.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 runtime/ftplugin/help.vim (limited to 'runtime/ftplugin/help.vim') diff --git a/runtime/ftplugin/help.vim b/runtime/ftplugin/help.vim new file mode 100644 index 000000000..e2439ba0e --- /dev/null +++ b/runtime/ftplugin/help.vim @@ -0,0 +1,13 @@ +" Vim filetype plugin file +" Language: Vim help file +" Maintainer: Nikolai Weibull +" Latest Revision: 2005-06-29 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +let b:undo_plugin = "setl fo< tw<" + +setlocal formatoptions+=tcroql textwidth=78 -- cgit v1.2.3