vim-patch: add matchit doc

matchit doc is named 'pi_matchit.txt'.
This commit is contained in:
Jan Edmund Lazo
2018-10-13 15:05:07 -04:00
parent dec38601c5
commit 59ded3ef29

View File

@@ -179,6 +179,8 @@ preprocess_patch() {
' +w +q "$file"
# Rename src/ paths to src/nvim/
LC_ALL=C sed -e 's/\( [ab]\/src\)/\1\/nvim/g' \
"$file" > "$file".tmp && mv "$file".tmp "$file"
# Rename path to matchit plugin.
LC_ALL=C sed -e 's@\( [ab]/runtime\)/pack/dist/opt/matchit/\(plugin/matchit.vim\)@\1/\2@g' \