diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 16:30:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 16:30:10 +0200 |
commit | d4eca3f2eb6c8496261ed252596d6813b9eb8a04 (patch) | |
tree | 8303e6f7505bc2f1e0417fed9fbda3ed52a44d4d | |
parent | 591d4d2517b86f6c4b88bf165fb9c01dcb861727 (diff) | |
download | vim-polyglot-d4eca3f2eb6c8496261ed252596d6813b9eb8a04.tar.gz vim-polyglot-d4eca3f2eb6c8496261ed252596d6813b9eb8a04.zip |
Add support for after/ftdetect and after/ftplugin
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -E DIRS=" syntax indent ftplugin ftdetect autoload compiler - after/syntax after/indent + after/syntax after/indent after/ftplugin after/ftdetect " copy_dir() { |