aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
| | * fix: func_initJakub Łuczyński2020-02-13
| | * unstatic some functionsJakub Łuczyński2020-02-13
| | * moved more stuffJakub Łuczyński2020-02-13
| | * moved functions to user_funcs.c (no code changes)Jakub Łuczyński2020-02-13
* | | vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
|/ /
* | vim-patch:8.2.0507: getbufvar() may get the wrong dictionaryJan Edmund Lazo2020-04-13
* | vim-patch:8.1.2282: crash when passing many arguments through a partialJan Edmund Lazo2020-04-13
* | vim-patch:8.1.2280: crash when passing partial to substitute()Jan Edmund Lazo2020-04-13
* | vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* | vim-patch:8.2.0361: internal error when using "0" for a callbackJan Edmund Lazo2020-03-07
* | vim-patch:8.1.0619: :echomsg and :echoerr do not handle List and DictJan Edmund Lazo2020-02-29
* | vim-patch:8.2.0267: no check for a following cmd when calling a function failsJan Edmund Lazo2020-02-16
* | vim-patch:8.0.1660: the terminal API "drop" command doesn't support optionsJan Edmund Lazo2020-02-16
|/
* Fix issue where callbacks are garbage collectederw72020-02-12
* vim-patch:8.1.0091: MS-Windows: Cannot interrupt gdb when program is runningerw72020-02-12
* vim-patch:8.1.0069: cannot handle pressing CTRL-C in a prompt buffererw72020-02-12
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10
* vim-patch:8.2.0077: settagstack() cannot truncate at current indexJan Edmund Lazo2020-01-29
* vim-patch:8.2.0171: fix use of uninitialized buffer #11786Jan Edmund Lazo2020-01-28
* refactor: move session functions to ex_session.cJustin M. Keyes2020-01-28
* terminal: trim CWD slash #11762Justin M. Keyes2020-01-26
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26
* Merge pull request #11740 from Billy4195/fix_jobstopBjörn Linse2020-01-22
|\
| * Fix f_jobstop() failed loudlyBilly Su2020-01-22
* | doc: provider-perlJan Edmund Lazo2020-01-20
|/
* vim-patch:8.2.0120: virtcol() does not check arguments to be validJan Edmund Lazo2020-01-17
* messages: echo "line1\r\nline2" should not clear line1Björn Linse2020-01-16
* vim-patch:8.1.1579: dict and list could be GC'ed while displaying errorJan Edmund Lazo2020-01-05
* tabpage: track last-used tabpage #11626butwerenotthereyet2020-01-02
* system(), jobstart(): raise error on non-executable #11234Daniel Hahler2019-12-24
* eval: fix pvs/V1048Jan Edmund Lazo2019-12-22
* vim-patch:8.2.0030: "gF" does not work on output of "verbose command"Jan Edmund Lazo2019-12-22
* vim-patch:8.2.0019: cannot number of lines of another bufferJan Edmund Lazo2019-12-20
* vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo2019-12-16