1
0
mirror of https://github.com/akelge/vim synced 2025-07-13 01:52:08 +00:00

completions add-on

This commit is contained in:
2013-01-22 10:37:17 +00:00
parent 4873c64f28
commit 39f83930ab
8 changed files with 1557 additions and 0 deletions

View File

@ -22,6 +22,10 @@ function loadRC {
fpath=($1/zshfunctions $fpath)
fi
if [ -d $1/completions ]; then
fpath=($1/completions $fpath)
fi
# Add local customization file, svn ignored
[ -f $1/99-local.zsh ] || echo "# Local customizations" > $1/99-local.zsh