aboutsummaryrefslogtreecommitdiff
path: root/scripts/vim-patch.sh
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-02-14 06:02:21 -0500
committerGitHub <noreply@github.com>2017-02-14 06:02:21 -0500
commiteaf9caaf43516366e8d8aa44185f13079649ac59 (patch)
treefb64c50a91e3f757eb8c3be61da6112184cb8b71 /scripts/vim-patch.sh
parent6e881872f45cc6c96897e6157d28a7def7aeadaa (diff)
parent891d412d6cc6ecea1c807ded5522cb1e23b8afc2 (diff)
downloadrneovim-eaf9caaf43516366e8d8aa44185f13079649ac59.tar.gz
rneovim-eaf9caaf43516366e8d8aa44185f13079649ac59.tar.bz2
rneovim-eaf9caaf43516366e8d8aa44185f13079649ac59.zip
Merge pull request #6118 from lonerover/vim-patch
scripts/vim-patch.sh: don't ignore runtime/doc/tagsrch.txt
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-xscripts/vim-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh
index ad0317aa4b..75915372a3 100755
--- a/scripts/vim-patch.sh
+++ b/scripts/vim-patch.sh
@@ -136,7 +136,7 @@ preprocess_patch() {
2>/dev/null $nvim --cmd 'set dir=/tmp' +'g@^diff --git a/src/\S*\<\%('${na_src}'\)@norm! d/\v(^diff)|%$ ' +w +q "$file"
# Remove channel.txt, netbeans.txt, os_*.txt, todo.txt, version*.txt, tags
- local na_doc='channel\.txt\|netbeans\.txt\|os_\w\+\.txt\|todo\.txt\|version\d\.txt\|tags'
+ local na_doc='channel\.txt\|netbeans\.txt\|os_\w\+\.txt\|todo\.txt\|version\d\.txt\|tags$'
2>/dev/null $nvim --cmd 'set dir=/tmp' +'g@^diff --git a/runtime/doc/\%('${na_doc}'\)@norm! d/\v(^diff)|%$ ' +w +q "$file"
# Remove some testdir/Make_*.mak files