git.wincent.com
/
vim-docvim.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c0845
)
Work around "after" directory not being in the 'runtimepath'
author
Greg Hurrell <greg@hurrell.net>
Tue, 3 May 2016 16:12:51 +0000
(09:12 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Tue, 3 May 2016 16:12:51 +0000
(09:12 -0700)
ftplugin/vim.vim
patch
|
blob
|
history
diff --git
a/ftplugin/vim.vim
b/ftplugin/vim.vim
index 72df75c0688387a9869c14fb0f9359f9892728a3..42b66daadfc5710b9c57b7d26b4e6372b4d5d59b 100644
(file)
--- a/
ftplugin/vim.vim
+++ b/
ftplugin/vim.vim
@@
-1,2
+1,6
@@
set conceallevel=2
set concealcursor=nc
+
+" https://groups.google.com/forum/#!topic/vim_dev/M8FBQIM6-aY
+let s:path=resolve(expand('<sfile>:p:h:h')) . '/after'
+execute 'set rtp+=' . s:path