comparison src/Makefile @ 27974:495418c6cac8 v8.2.4512

patch 8.2.4512: the find_tags_in_file() function is much too long Commit: https://github.com/vim/vim/commit/df1bbea436636ac227d33dd79f77e07f4fffb028 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Mar 5 14:35:12 2022 +0000 patch 8.2.4512: the find_tags_in_file() function is much too long Problem: The find_tags_in_file() function is much too long. Solution: Refactor into multiple smaller functions. (Yegappan Lakshmanan, closes #9892)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Mar 2022 15:45:03 +0100
parents f1799ba16729
children 6970b2533bfc
comparison
equal deleted inserted replaced
27973:af916df7c907 27974:495418c6cac8
3008 ../../testdir/python* \ 3008 ../../testdir/python* \
3009 ../../testdir/pyxfile \ 3009 ../../testdir/pyxfile \
3010 ../../testdir/sautest \ 3010 ../../testdir/sautest \
3011 ../../testdir/samples \ 3011 ../../testdir/samples \
3012 ../../testdir/dumps \ 3012 ../../testdir/dumps \
3013 ../../testdir/test83-tags? \
3014 ../../testdir/*.ok \ 3013 ../../testdir/*.ok \
3015 ../../testdir/testluaplugin \ 3014 ../../testdir/testluaplugin \
3016 . 3015 .
3017 3016
3018 # After updating Vim new files may have been created, use this to refresh the 3017 # After updating Vim new files may have been created, use this to refresh the