aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| * vim-patch:8.2.1960: warning for uninitialized variablezeertzjq2022-08-25
| * Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
| |\
| | * refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
| | * refactor(arena): use a shared block freelistbfredl2022-08-24
| | * perf(api): allow to use an arena for return valuesbfredl2022-08-23
| * | feat(eval)!: make Vim functions return inner window width and height (#19743)zeertzjq2022-08-24
| * | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
| * | vim-patch:8.2.4841: empty string considered an error for expand()zeertzjq2022-08-23
| * | vim-patch:8.2.4740: when expand() fails there is no error messagezeertzjq2022-08-23
| * | vim-patch:8.2.0522: several errors are not tested for (#19901)zeertzjq2022-08-23
| |/
| * vim-patch:8.2.3421: a bit of code is not covered by tests (#19895)zeertzjq2022-08-22
| * vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
| * vim-patch:8.2.2289: Vim9: 'cpo' can become empty (#19887)zeertzjq2022-08-22
* | feat(floattitle): add ability to title floating windowsJosh Rahm2022-08-22
|/
* vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)zeertzjq2022-08-21
* vim-patch:8.2.4754: using cached values after unsetting some environment vari...zeertzjq2022-08-21
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.2.4667: expandcmd() fails on an errorzeertzjq2022-08-20
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.1.2042: the evalfunc.c file is too big (#19792)zeertzjq2022-08-16
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* fix(getchar): flush screen before doing a blocking waitzeertzjq2022-08-15
* refactor: move menu non-symbols to menu_defs.h (#19778)zeertzjq2022-08-15
* vim-patch:8.1.1960: fold code is spread out (#19777)zeertzjq2022-08-15
* refactor(eval/funcs.c): resolve all clint errorsLewis Russell2022-08-14
* vim-patch:8.1.2081: the spell.c file is too big (#19767)zeertzjq2022-08-14
* vim-patch:8.2.0823: Vim9: script reload test is disabledzeertzjq2022-08-14
* vim-patch:8.2.0078: expanding <sfile> works differently the second timezeertzjq2022-08-14
* refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* vim-patch:7.4.1168 (#19645)zeertzjq2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* 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
|\