aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-09-25 22:39:15 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-09-25 22:39:15 -0400
commiteaff0072e5e0c136628c4cc04097a9ad6a56c31c (patch)
treea9bbff0a65293d5c46f9e14deb5f7b1150a23fa1 /runtime/ftplugin
parente073074414f2000c1b4bb291ad3ece33958a427f (diff)
parent399864dc28498496bb82cdeb7b4aeae935cd667d (diff)
downloadrneovim-eaff0072e5e0c136628c4cc04097a9ad6a56c31c.tar.gz
rneovim-eaff0072e5e0c136628c4cc04097a9ad6a56c31c.tar.bz2
rneovim-eaff0072e5e0c136628c4cc04097a9ad6a56c31c.zip
Merge pull request #3394 from justinmk/man.vim
man.vim
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/man.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/ftplugin/man.vim b/runtime/ftplugin/man.vim
index 38b55e6a83..133a28e626 100644
--- a/runtime/ftplugin/man.vim
+++ b/runtime/ftplugin/man.vim
@@ -2,6 +2,10 @@
" Language: man
" Maintainer: SungHyun Nam <goweol@gmail.com>
+if has('vim_starting') && &filetype !=# 'man'
+ finish
+endif
+
" Only do this when not done yet for this buffer
if exists('b:did_ftplugin')
finish