]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1639: changing an autoload name into a file name is inefficient v8.1.1639
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Jul 2019 20:14:16 +0000 (22:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Jul 2019 20:14:16 +0000 (22:14 +0200)
commit28fc247f8d94a1cfabbcf2691ca942bde96f6d2f
tree54836cfabdef5fd1dd3e9f128307e0b0869f13c7
parent3940ec6d41a07f9abbfba7d4db6b49d3d8b43a9a
patch 8.1.1639: changing an autoload name into a file name is inefficient

Problem:    Changing an autoload name into a script file name is inefficient.
Solution:   Remember the last replaced #. (Ozaki Kiichi, closes #4618)
src/eval.c
src/version.c