summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/man.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-17 22:37:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-17 22:37:26 +0200
commit9ba7e17de1b9ff6f443858036ac15624d86929aa (patch)
tree6c7efdd86b29f14a5d32e7814196105149e275c3 /runtime/ftplugin/man.vim
parente53c8616f1ef72235747fe28b829d971aa2cdf7f (diff)
Updated runtime files.
Diffstat (limited to 'runtime/ftplugin/man.vim')
-rw-r--r--runtime/ftplugin/man.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/man.vim b/runtime/ftplugin/man.vim
index eadabf8831..c6e1e9d4f7 100644
--- a/runtime/ftplugin/man.vim
+++ b/runtime/ftplugin/man.vim
@@ -1,7 +1,7 @@
" Vim filetype plugin file
" Language: man
" Maintainer: SungHyun Nam <goweol@gmail.com>
-" Last Change: 2012 Mar 6
+" Last Change: 2013 Jul 17
" To make the ":Man" command available before editing a manual page, source
" this script from your startup vimrc file.
@@ -151,7 +151,7 @@ func <SID>GetPage(...)
" Avoid warning for editing the dummy file twice
setl buftype=nofile noswapfile
- setl ma
+ setl ma nonu nornu nofen
silent exec "norm 1GdG"
let $MANWIDTH = winwidth(0)
silent exec "r!/usr/bin/man ".s:GetCmdArg(sect, page)." | col -b"