aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-06 20:13:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-06 20:13:32 +1200
commitbef16f8a40bc38c55b891cb3fb3073ed5b1c3a66 (patch)
tree45c5dd70707fb041adbfd6f9f7b29740009b33fc /install
parentAdd an issue with build process (diff)
downloaddotfiles-bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66.tar.gz
dotfiles-bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66.zip
Invoke Vim in a cleaner way for :helptags build
Diffstat (limited to 'install')
-rw-r--r--install/helptags.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/helptags.vim b/install/helptags.vim
new file mode 100644
index 00000000..865f32db
--- /dev/null
+++ b/install/helptags.vim
@@ -0,0 +1,2 @@
+helptags $HOME/.vim/doc
+quit