commit 92094459f2de3a9f593ee51d1b474e9ba1b96d2c parent 458f7c62a358890f1ef2b6723c4f84ced0b7a0fe Author: Daniel Moch <daniel@danielmoch.com> Date: Fri, 23 Feb 2018 07:13:54 -0500 Generate vim helptags Diffstat:
M | .local/bin/my-init | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.local/bin/my-init b/.local/bin/my-init @@ -156,6 +156,7 @@ then __clone jpalardy/vim-slime cd - > /dev/null 2>&1 + vim --cmd 'silent! execute "helptags ALL" | q' unset vim_bundle_path fi