Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:9.0.1426: indent wrong after "export namespace" in C++ (#22777) | zeertzjq | 2023-03-25 |
| | | | | | | | | | Problem: Indent wrong after "export namespace" in C++. Solution: Skip over "inline" and "export" in any order. (Virginia Senioria, closes vim/vim#12134, closes vim/vim#12133) https://github.com/vim/vim/commit/99e4ab2a1e577ddb29030c09c308b67e16fd51c4 Co-authored-by: Virginia Senioria <91khr@users.noreply.github.com> | ||
* | 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'. |