summaryrefslogtreecommitdiff
path: root/plugin/help.vim
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-07 04:23:34 +0000
committerAkshay <[email protected]>2021-03-07 04:23:34 +0000
commit95b0a21743998be8a486f9cb6eb3301b8f7af9e0 (patch)
treea1440c63a6e05c5bcf1d110a9ac46c17da6e2642 /plugin/help.vim
parent3da566d1c3785ff1fc1911dc4127c8463b08ff90 (diff)
rework keymaps, help windows
Diffstat (limited to 'plugin/help.vim')
-rw-r--r--plugin/help.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/help.vim b/plugin/help.vim
index 9e1c998..decdab6 100644
--- a/plugin/help.vim
+++ b/plugin/help.vim
@@ -12,5 +12,5 @@ function! HelpInNewTab ()
12 endif 12 endif
13endfunction 13endfunction
14 14
15let g:help_in_tabs = 1 15let g:help_in_tabs = 0
16 16