aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* refactor(eval): make get_lval() explicitly check for v:luazeertzjq2022-11-06
* vim-patch:8.2.2920: still a way to shadow a builtin functionzeertzjq2022-11-06
* vim-patch:8.2.2918: builtin function can be shadowed by global variablezeertzjq2022-11-06
* vim-patch:8.2.3016: confusing error when expression is followed by commazeertzjq2022-11-06
* vim-patch:8.2.2722: Vim9: crash when using LHS with double indexzeertzjq2022-11-06
* vim-patch:8.2.1306: checking for first character of dict key is inconsistentzeertzjq2022-11-06
* vim-patch:8.2.1274: Vim9: no error for missing white space at script levelzeertzjq2022-11-06
* vim-patch:8.2.3919: Vim9: wrong argument for append() results in two errorszeertzjq2022-11-05
* vim-patch:partial:8.2.1183: assert_fails() checks the last error messagezeertzjq2022-11-05
* vim-patch:8.2.0615: regexp benchmark stest is old style (#20940)zeertzjq2022-11-05
* docs: fix typosdundargoc2022-11-02
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* vim-patch:8.2.1395: Vim9: no error if declaring a funcref with lower case letterzeertzjq2022-10-28
* vim-patch:8.2.4207: recursion test fails with MSVCzeertzjq2022-10-27
* vim-patch:8.2.4206: condition with many "(" causes a crashzeertzjq2022-10-27
* vim-patch:8.2.1852: map() returing zero for NULL list is unexpectedzeertzjq2022-10-26
* vim-patch:8.2.0619: null dict is not handled like an empty dictzeertzjq2022-10-26
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* vim-patch:9.0.0804: crash when trying to divide a number by -1zeertzjq2022-10-20
* refactor: replace char_u with charDundar Göc2022-10-15
* vim-patch:9.0.0712: wrong column when calling setcursorcharpos() with zero lnumzeertzjq2022-10-10
* refactor: replace unnecessary helper functions in optionstr.cFamiu Haque2022-09-28
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expressionii142022-09-08
* vim-patch:8.2.3702: first key in dict is seen as curly expression and failszeertzjq2022-09-08
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* Merge pull request #20022 from dundargoc/refactor/char_u/6bfredl2022-09-01
|\
| * refactor: replace char_u with charDundar Göc2022-08-31
* | Merge pull request #16396 from bfredl/luaeventbfredl2022-08-31
|\ \ | |/ |/|
| * feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* | refactor: replace char_u with charDundar Göc2022-08-31
|/
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* vim-patch:8.2.1269: language and locale code spread out (#19964)zeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: suppress clang and PVS warnings (#19940)zeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-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: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
* 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