aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-splash.vim
diff options
context:
space:
mode:
authorMax Christian Pohle2019-10-09 20:17:28 +0200
committerMax Christian Pohle2019-10-09 20:17:28 +0200
commitba1f099db5afeedb323c05127df1cc34df85ec85 (patch)
treeaede4dc1a8d2f8d9fbd07c4639c59dfe999ca2d3 /plugin/max-splash.vim
parenteccf27e61a9a2864f25a1bebb6383a30efab83d3 (diff)
downloadvim-karlmarks-ba1f099db5afeedb323c05127df1cc34df85ec85.tar.bz2
vim-karlmarks-ba1f099db5afeedb323c05127df1cc34df85ec85.zip
Further refactored statusline and splash
Diffstat (limited to 'plugin/max-splash.vim')
-rw-r--r--plugin/max-splash.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/max-splash.vim b/plugin/max-splash.vim
index 6b5e70d..bc578e1 100644
--- a/plugin/max-splash.vim
+++ b/plugin/max-splash.vim
@@ -19,7 +19,7 @@ if empty(argv())
19 \ map(copy(v:oldfiles), 19 \ map(copy(v:oldfiles),
20 \ {_, p->expand(p)}), 'v:val =~ "'.getcwd().'/"'), 'filereadable(v:val)'), 20 \ {_, p->expand(p)}), 'v:val =~ "'.getcwd().'/"'), 'filereadable(v:val)'),
21 \ {_, p->{'filename': fnamemodify(p, ':.')}}) 21 \ {_, p->{'filename': fnamemodify(p, ':.')}})
22 \ }) | lopen | only | setfiletype qf 22 \ }) | exec ':lopen '.getloclist(0, {'size' : 1}).size | setfiletype qf | wincmd w
23endif 23endif
24 24
25" http://vimdoc.sourceforge.net/htmldoc/quickfix.html#:caddexpr 25" http://vimdoc.sourceforge.net/htmldoc/quickfix.html#:caddexpr
..