aboutsummaryrefslogtreecommitdiff
path: root/scripts/vim-patch.sh
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-13 15:02:57 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-11-12 12:36:40 -0500
commitdec38601c5af8a5b52087926c387cfa71faaaeb1 (patch)
tree7ee5b1c30ee52508506451c35327004996f5b2e9 /scripts/vim-patch.sh
parent89621464fce8bbdca3ca767e9a00c3b82de68180 (diff)
downloadrneovim-dec38601c5af8a5b52087926c387cfa71faaaeb1.tar.gz
rneovim-dec38601c5af8a5b52087926c387cfa71faaaeb1.tar.bz2
rneovim-dec38601c5af8a5b52087926c387cfa71faaaeb1.zip
vim-patch: rename path to check_colors.vim
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-xscripts/vim-patch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh
index bb434316a7..c16956b0b9 100755
--- a/scripts/vim-patch.sh
+++ b/scripts/vim-patch.sh
@@ -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() {