vim-patch: rename path to check_colors.vim

This commit is contained in:
Jan Edmund Lazo 2018-10-13 15:02:57 -04:00
parent 89621464fc
commit dec38601c5

View File

@ -183,6 +183,10 @@ preprocess_patch() {
# Rename test_urls.vim to check_urls.vim
LC_ALL=C sed -e 's@\( [ab]\)/runtime/doc/test\(_urls.vim\)@\1/scripts/check\2@g' \
"$file" > "$file".tmp && mv "$file".tmp "$file"
# Rename path to check_colors.vim
LC_ALL=C sed -e 's@\( [ab]/runtime\)/colors/\(tools/check_colors.vim\)@\1/\2@g' \
"$file" > "$file".tmp && mv "$file".tmp "$file"
}
get_vimpatch() {