summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2014-06-07 23:17:03 +0200
committerReiner Herrmann <reiner@reiner-h.de>2014-06-07 23:17:03 +0200
commitbfd23dab2774ec5a05fc91dbba2ab74872459881 (patch)
tree5e42429028fa590c490016357dc33d319bd0c15a
parentf8bdce6d972e420f084b62553bf1f562f5b14ce7 (diff)
vim: enabled man ftplugin (for :Man and \K)
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 06b3a63..dbac03c 100644
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,7 @@
" load plugin bundles with pathogen
runtime bundle/pathogen/autoload/pathogen.vim
execute pathogen#infect()
+runtime ftplugin/man.vim
set nocompatible " don't be compatible to vi
set showcmd " show entered commands in status line