diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-06-06 20:13:32 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-06-06 20:13:32 +1200 |
commit | bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66 (patch) | |
tree | 45c5dd70707fb041adbfd6f9f7b29740009b33fc /install/helptags.vim | |
parent | Add an issue with build process (diff) | |
download | dotfiles-bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66.tar.gz dotfiles-bef16f8a40bc38c55b891cb3fb3073ed5b1c3a66.zip |
Invoke Vim in a cleaner way for :helptags build
Diffstat (limited to 'install/helptags.vim')
-rw-r--r-- | install/helptags.vim | 2 |
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 |