aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.1901: variable completion does not work in command line windowJan Edmund Lazo2020-10-25
* vim-patch:8.1.1705: using ~{} for a literal dict is not niceJan Edmund Lazo2020-10-07
* vim-patch:8.1.1692: using *{} for literal dict is not backwards compatibleJan Edmund Lazo2020-10-07
* vim-patch:8.1.1686: "*" of "*{" is recognized as multipy operatorJan Edmund Lazo2020-10-07
* vim-patch:8.1.1683: dictionary with string keys is longer than neededJan Edmund Lazo2020-10-07
* vim-patch:8.1.1319: computing function length name in many placesJan Edmund Lazo2020-09-30
* vim-patch:8.2.0824: still not enough memory allocated when converting stringJan Edmund Lazo2020-09-19
* vim-patch:8.2.0817: not enough memory allocated when converting stringJan Edmund Lazo2020-09-19
* buf_attach: fix buffer updates with setline()Björn Linse2020-09-16
* win/env: fix stdpath()/XDG_* initialization, parsing #12829erw72020-09-07
* eval_call_provider(): free unused return value #12819Jacques Germishuys2020-09-01
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* vim-patch:8.2.1471: :const only locks the variable, not the value (#12765)Jan Edmund Lazo2020-08-16
* vim-patch:8.2.1379: curly braces expression ending in " }" does not workJan Edmund Lazo2020-08-14
* vim-patch:8.2.1361: error for white space after expression in assignmentJan Edmund Lazo2020-08-14
* vim-patch:8.2.1360: stray error for white space after expressionJan Edmund Lazo2020-08-14
* eval: improve ex_execute (#12445)erw72020-07-20
* vim-patch:8.2.0899: assert_equalfile() does not give a hint about the differenceJan Edmund Lazo2020-07-19
* vim-patch:8.2.0893: assert_equalfile() does not take a third argumentJan Edmund Lazo2020-07-19
* vim-patch:8.1.0819: a failed assert with a long string is hard to readJan Edmund Lazo2020-07-19
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* vim-patch:8.1.1372: when evaluating 'statusline' the current window is unknownJan Edmund Lazo2020-07-04
* eval: fix pvs/v547Jan Edmund Lazo2020-06-18
* vim-patch:8.2.0629: setting a boolean option to v:false does not workBilly Su2020-06-06
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.1.2335: error message for function arguments may use NULL pointerJan Edmund Lazo2020-06-04
* vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg()Jan Edmund Lazo2020-06-04
* Merge pull request #10905 from erw7/vim-8.1.0475Matthieu Coudron2020-05-25
|\
| * eval: fix problem with free_unref_funccal not being callederw72020-05-25
| * vim-patch:8.1.1485: double free when garbage_collect() is used in autocommanderw72020-05-25
| * vim-patch:8.1.1484: some tests are slowDaniel Hahler2020-05-25
| * vim-patch:8.1.1007: using closure may consume a lot of memoryerw72020-05-07
| * vim-patch:8.1.0475: memory not freed on exit when quit in autocmderw72020-05-07
* | vim-patch:8.1.2233: cannot get the Vim command line arguments (#12117)kuuote2020-05-24
* | vim-patch:8.1.1084: cannot delete a match from another window (#12325)Shougo2020-05-16
|/
* vim-patch:8.1.1120: cannot easily get directory entry matches #12222Hennadii Chernyshchyk2020-05-05
* Merge pull request #12018 from janlazo/vim-8.0.1123Matthieu Coudron2020-04-27
|\
| * vim-patch:8.0.1123: cannot define a toolbar for a windowJan Edmund Lazo2020-04-26
* | Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-27
|\ \
| * \ Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
| |\ \ | | |/ | |/|
| | * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| | * fix: moved some static inline functionJakub Łuczyński2020-02-13
| | * fix: vvlua_partialJakub Łuczyński2020-02-13
| | * fix: made eval_lavars_used globalJakub Łuczyński2020-02-13
| | * Removed redundant defineJakub Łuczyński2020-02-13
| | * fix: factor out make_partialJakub Łuczyński2020-02-13
| | * fix: prof functionsJakub Łuczyński2020-02-13
| | * fix: var_set_globalJakub Łuczyński2020-02-13
| | * fix: find_var_ht_dictJakub Łuczyński2020-02-13
| | * fix: factor out new functionsJakub Łuczyński2020-02-13