aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.3900: it is not easy to use a script-local function for an optionzeertzjq2022-12-03
* refactor: make sure getting a callback doesn't modify argumentzeertzjq2022-12-03
* vim-patch:9.0.0990: callback name argument is changed by setqflist()zeertzjq2022-12-03
* vim-patch:8.2.3889: duplicate code for translating script-local function namezeertzjq2022-12-03
* vim-patch:9.0.0967: leaking memory from autocmd windowszeertzjq2022-11-29
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: remove old TODO comments that aren't relevant anymore (#21144)dundargoc2022-11-22
* vim-patch:8.2.2435: setline() gives an error for some typeszeertzjq2022-11-22
* vim-patch:8.2.0469: Vim9: no error for missing ] after listzeertzjq2022-11-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.4038: various code not used when features are disabled (#21049)zeertzjq2022-11-14
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | vim-patch:8.2.3788: lambda for option that is a function may be freedzeertzjq2022-11-07
* | vim-patch:8.2.3756: might crash when callback is not validzeertzjq2022-11-07
* | vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
* | feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* | vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'zeertzjq2022-11-07
* | vim-patch:8.2.3705: cannot pass a lambda name to function() or funcref()zeertzjq2022-11-07
|/
* vim-patch:8.2.3055: strange error for assigning to "x.key" on non-dictionaryzeertzjq2022-11-06
* 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