mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Problem: Autoload script sources itself when defining function. Solution: Pass TFN_NO_AUTOLOAD to trans_function_name(). (Yasuhiro Matsumoto, closes #2423)