aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* refactor: move non-symbols in mbyte.h to mbyte_defs.hzeertzjq2022-08-08
* vim-patch:8.2.4492: no error if an option is given a value with ":let &opt = ...zeertzjq2022-08-07
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* vim-patch:8.2.0413: buffer menu does not handle special buffers properlyzeertzjq2022-08-05
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl2022-07-31
|\
| * refactor: replace char_u with charDundar Goc2022-07-31
* | cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
* | vim-patch:9.0.0111: "nocombine" is missing from synIDattr()Christian Clason2022-07-31
|/
* refactor: fix clang and PVS warnings (#19569)zeertzjq2022-07-29
* refactor: enable -Wconversion warning for eval/funcs.c (#19541)dundargoc2022-07-27
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* vim-patch:9.0.0090: no error when assigning bool to a string option (#19539)zeertzjq2022-07-27
* vim-patch:9.0.0083: ModeChanged event not triggered when leaving cmdline windowzeertzjq2022-07-27
* 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.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
* vim-patch:8.1.1763: evalfunc.c is still too big (#17952)Lewis Russell2022-07-24
* 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
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* vim-patch:8.1.1849zeertzjq2022-07-20
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* fix(windows):exepath, stdpath return wrong slashes #19111Enan Ajmain2022-07-17
* vim-patch:8.2.2426: allowing 'completefunc' to switch windows causes troublezeertzjq2022-07-17
* vim-patch:8.1.1547: functionality of bt_nofile() is confusingzeertzjq2022-07-15
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq2022-07-10
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* refactor: replace char_uDundar Goc2022-07-02
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor(uncrustify): change config to better align with style guide (#18803)dundargoc2022-06-30
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* vim-patch:9.0.0002: map functionality outside of map.c (#19150)zeertzjq2022-06-29
* Merge #19060 memory leaksJustin M. Keyes2022-06-28
|\
| * fix(coverity/352829): correctly free memory in f_callThomas Vigouroux2022-06-24
* | refactor: replace char_u #18429dundargoc2022-06-28
|/