From 12db8408ef2afeaca10e61503c2de15b2fdfc6f0 Mon Sep 17 00:00:00 2001 From: Ubayd Date: Wed, 28 Jun 2017 23:49:44 +0300 Subject: [PATCH] Plugin vimfiler config direction --- config/plugins/vimfiler.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/plugins/vimfiler.vim b/config/plugins/vimfiler.vim index 9a8f1a680..9bfdd8a21 100644 --- a/config/plugins/vimfiler.vim +++ b/config/plugins/vimfiler.vim @@ -8,6 +8,7 @@ let g:vimfiler_tree_closed_icon = get(g:, 'vimfiler_tree_closed_icon', '▷') let g:vimfiler_file_icon = get(g:, 'vimfiler_file_icon', '') let g:vimfiler_readonly_file_icon = get(g:, 'vimfiler_readonly_file_icon', '*') let g:vimfiler_marked_file_icon = get(g:, 'vimfiler_marked_file_icon', '√') +let g:vimfiler_direction = get(g:, 'vimfiler_direction', 'rightbelow') "let g:vimfiler_preview_action = 'auto_preview' let g:vimfiler_ignore_pattern = get(g:, 'vimfiler_ignore_pattern', [ \ '^\.git$', @@ -41,7 +42,7 @@ call vimfiler#custom#profile('default', 'context', { \ 'winminwidth' : 30, \ 'toggle' : 1, \ 'auto_expand': 1, - \ 'direction' : 'rightbelow', + \ 'direction' : g:vimfiler_direction, \ 'explorer_columns' : s:setcolum(), \ 'parent': 0, \ 'status' : 1,