aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* vim-patch:8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 ...zeertzjq2023-01-19
* fix(unittests): fix TUI broken test previously ignoredbfredl2023-01-18
* fix(unittest): delete unused duplicated codebfredl2023-01-18
* fix(unittests): do not consider process crash to be a successbfredl2023-01-18
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* fix(tui): more work in the TUIbfredl2022-12-31
* vim-patch:9.0.1092: search error message doesn't show used pattern (#21518)zeertzjq2022-12-24
* test(unit): use file:close() properly (#21505)zeertzjq2022-12-22
* vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* fix(path): don't remove trailing slash when getting absolute path (#20853)zeertzjq2022-10-30
* vim-patch:8.2.1852: map() returing zero for NULL list is unexpectedzeertzjq2022-10-26
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(path): path_is_url returns false for "foo:/" #19797sigmaSd2022-08-23
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:7.4.1168 (#19645)zeertzjq2022-08-13
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* build: rename build-related dirsJustin M. Keyes2022-06-28
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* test(unit): use setup()/teardown() in buffer_spec.lua (#18739)Jun-ichi TAKIMOTO2022-05-28
* fix(unittests): coredump when running unit tests #18663Jun-ichi TAKIMOTO2022-05-20
* refactor: move reverse_text to strings.c as it's a string operationDundar Goc2022-05-20
* fix(PVS/V1044): suppress warningDundar Goc2022-05-17
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | test(strcase_save): test overlong UTF8-encodingDundar Göc2022-03-05
|/
* Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\
| * feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | test(unit): add unit tests for path_with_urlzeertzjq2022-01-24
|/
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* chore: fix typos (#16816)dundargoc2022-01-04
* test: remove references to misc1.czeertzjq2021-12-11
* vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq2021-11-19
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar2021-09-16
* vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4Sean Dewar2021-09-11
* vim-patch:8.1.2036: the str2nr() tests failSean Dewar2021-09-11
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* Merge pull request #15386 from jamessan/32-bit-revertJames McCoy2021-08-16
|\
| * Revert "tests: unit: fix preprocess: pass -m32 for 32bit ABI (#11073)"James McCoy2021-08-16
* | fix(highlight): remove syncolor.vimGregory Anders2021-07-27
* | refactor(undo): don't assume curbuf in u_compute_hashThomas Vigouroux2021-07-09
|/
* vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)Jan Edmund Lazo2021-06-26