| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622) | zeertzjq | 2023-03-11 |
| | | | | | | | | | | | | Problem: Autoload script sourced twice if sourced directly. Solution: Do not source an autoload script again. (issue vim/vim#6644) https://github.com/vim/vim/commit/daa2f36573db3e1df7eb1fdbc3a09a2815644048 Cherry-pick ret_sid changes from patch 8.2.0149. Use do_in_runtimepath() as that's what source_runtime() calls in Nvim. Co-authored-by: Bram Moolenaar <Bram@vim.org> | ||
| * | test: move oldtests to test directory (#22536) | dundargoc | 2023-03-07 |
| The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'. | |||