diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2018-02-06 11:16:48 +0800 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-02-06 11:16:48 +0800 | 
| commit | 96c5c20e418fa95b7137b6ef418946f25de91b1b (patch) | |
| tree | 02eb9086bebeee916280c2ee836efb096f82b261 /build | |
| parent | 18efda3933a867dd21df483bbfeae52231783d46 (diff) | |
| download | vim-polyglot-96c5c20e418fa95b7137b6ef418946f25de91b1b.tar.gz vim-polyglot-96c5c20e418fa95b7137b6ef418946f25de91b1b.zip | |
Include indentation setting for markdown, fixes #270v3.3.2
Diffstat (limited to 'build')
| -rwxr-xr-x | build | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ set -E  DIRS="syntax indent compiler autoload ftplugin after/syntax after/indent after/ftplugin"  DIRS_BASIC="syntax compiler indent after/syntax after/indent"  DIRS_ALL="syntax indent compiler autoload ftplugin after" -DIRS_SYNTAX="syntax after/syntax" +DIRS_SYNTAX="syntax indent after/syntax after/indent"  DIRS_JAVASCRIPT="${DIRS} extras"  DIRS_RM="$DIRS_JAVASCRIPT" | 
