diff options
author | Yegappan Lakshmanan <yegappan@yahoo.com> | 2022-03-05 14:35:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-03-05 14:35:12 +0000 |
commit | df1bbea436636ac227d33dd79f77e07f4fffb028 (patch) | |
tree | 1fe4acce1bba5825b1c33b5c7a022d6db9dc6a51 /src/Makefile | |
parent | c12dc47b8f80c02e4fdcdb38b8217e1c06a11368 (diff) | |
download | vim-git-df1bbea436636ac227d33dd79f77e07f4fffb028.tar.gz |
patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512
Problem: The find_tags_in_file() function is much too long.
Solution: Refactor into multiple smaller functions. (Yegappan Lakshmanan,
closes #9892)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 24d39e8d0..5eae1a47f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3010,7 +3010,6 @@ shadow: runtime pixmaps ../../testdir/sautest \ ../../testdir/samples \ ../../testdir/dumps \ - ../../testdir/test83-tags? \ ../../testdir/*.ok \ ../../testdir/testluaplugin \ . |