aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
| * | vim-patch:9.0.0090: no error when assigning bool to a string option (#19539)zeertzjq2022-07-27
| |/
| * vim-patch:8.2.4625: old Coverity warning for resource leakzeertzjq2022-07-27
| * vim-patch:8.2.4623: Coverity warns for using uninitialized fieldzeertzjq2022-07-27
| * fix(options): properly free string options (#19510)zeertzjq2022-07-27
| * vim-patch:9.0.0081: command line completion of user command may have duplicat...zeertzjq2022-07-27
| * vim-patch:9.0.0086: tabline is not redrawn when entering command linezeertzjq2022-07-27
| * vim-patch:9.0.0083: ModeChanged event not triggered when leaving cmdline windowzeertzjq2022-07-27
| * vim-patch:9.0.0082: cannot interrupt global command from command linezeertzjq2022-07-27
| * vim-patch:9.0.0051: using CTRL-C wih :append may hang Vimzeertzjq2022-07-27
| * Merge pull request #19523 from ii14/vim-9.0.0085zeertzjq2022-07-27
| |\
| | * vim-patch:9.0.0085: ":write" fails after ":file name" and the ":edit"ii142022-07-26
| * | vim-patch:9.0.0084: using "terraform" filetype for .tfvars file is bad (#19526)Christian Clason2022-07-26
| |/
| * vim-patch:9.0.0073: too many files recognized as bsdl (#19504)Christian Clason2022-07-26
| * vim-patch:9.0.0076: no test for what patch 8.1.1424 fixeszeertzjq2022-07-26
| * vim-patch:8.1.1424: crash when popup menu is deleted while waiting for charzeertzjq2022-07-26
| * revert: "vim-patch:9.0.0061: ml_get error with nested autocommand" (#19509)zeertzjq2022-07-26
| * fix(cmdline): trigger CmdlineEnter and ModeChanged earlier (#19474)zeertzjq2022-07-26
| * Merge pull request #19508 from ii14/fix_older_cmake_makefilesJames McCoy2022-07-25
| |\
| | * build: fix git version generation on makefiles with older cmake versionsii142022-07-26
| * | vim-patch:9.0.0071: command overlaps with printed text in scrollback (#19505)zeertzjq2022-07-26
| |/
| * Merge pull request #19494 from zeertzjq/vim-8.2.5155zeertzjq2022-07-25
| |\
| | * vim-patch:8.2.5166: test for DiffUpdated failszeertzjq2022-07-25
| | * vim-patch:8.2.5164: invalid memory access after diff buffer manipulationszeertzjq2022-07-25
| | * vim-patch:8.2.5163: crash when deleting buffers in diff modezeertzjq2022-07-25
| | * vim-patch:8.2.5155: in diff mode windows may get out of synczeertzjq2022-07-25
| * | build(lint): check uncrustify version #19468dundargoc2022-07-25
| |/
| * vim-patch:9.0.0066: switching window uneccarily when getting buffer optionszeertzjq2022-07-25
| * vim-patch:8.2.4866: duplicate code in "get" functionszeertzjq2022-07-25
| * vim-patch:8.2.4228: no tests for clicking in the GUI tablinezeertzjq2022-07-25
| * vim-patch:8.2.2969: subtracting from number option fails when result is zerozeertzjq2022-07-25
| * vim-patch:8.2.2285: Vim9: cannot set an option to a falsezeertzjq2022-07-25
| * vim-patch:8.2.2284: Vim9: cannot set an option to a boolean valuezeertzjq2022-07-25
| * vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
| * vim-patch:8.2.1469: Vim9: cannot assign string to string optionzeertzjq2022-07-25
| * fix(input): do no reinterpret mouse keys with ALT modifierszeertzjq2022-07-25
| * fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo2022-07-25
| * vim-patch:8.1.1763: evalfunc.c is still too big (#17952)Lewis Russell2022-07-24
| * feat(l10n): improve zh_CN translations (#19483)Raphael2022-07-24
| * fix(mouse): fix using uninitialized memory with K_MOUSEMOVE (#19480)zeertzjq2022-07-24
| * vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-23
| * vim-patch:9.0.0059: test file has wrong namezeertzjq2022-07-23
| * vim-patch:8.2.5035: when splitting a window the changelist position moveszeertzjq2022-07-23
| * vim-patch:8.2.4731: the changelist index is not remembered per bufferzeertzjq2022-07-23
| * vim-patch:8.2.1489: Vim9: error when setting an option with setbufvar()zeertzjq2022-07-22
| * refactor: move f_getbufvar() and f_setbufvar() to eval/vars.czeertzjq2022-07-22
| * fix(build): non-git ("tarball") build fails #19448kylo2522022-07-22
| * refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
| * feat(l10n): Turkish translations #19441Emir SARI2022-07-22
| * vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
| * fix(grid): don't use utfc_ptr2char_len() when printing until NUL (#19456)zeertzjq2022-07-22