Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.0.1378: autoload script sources itself when defining function | Jan Edmund Lazo | 2018-09-09 |
| | | | | | | | Problem: Autoload script sources itself when defining function. Solution: Pass TFN_NO_AUTOLOAD to trans_function_name(). (Yasuhiro Matsumoto, closes vim/vim#2423) https://github.com/vim/vim/commit/3388d334572f9d65a603d09d75e363805d96c5d9 | ||
* | vim-patch:8.0.1377: cannot call a dict function in autoloaded dict | Jan Edmund Lazo | 2018-09-09 |
Problem: Cannot call a dict function in autoloaded dict. Solution: Call get_lval() passing the read-only flag. https://github.com/vim/vim/commit/6e65d594aa33be11f6074f26e9ff81b52504c62b |