aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| | * fix: moved macrosJakub Ł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
| | * fix: include static function declarationsJakub Łuczyński2020-02-13
| | * fix: header updatesJakub Ł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: 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
| | * created header fileJakub Łuczyński2020-02-13
| | * moved functions to user_funcs.c (no code changes)Jakub Łuczyński2020-02-13
| * | Merge pull request #12047 from erw7/fix-resolve-on-windowsMatthieu Coudron2020-04-19
| |\ \
| | * | Change to canonicalize only when reparse point in includederw72020-04-02
| | * | Change resolve() to resolve symbolic links on Windowserw72020-04-02
| * | | vim-patch:8.2.0507: getbufvar() may get the wrong dictionaryJan Edmund Lazo2020-04-13
| * | | vim-patch:8.2.0473: variables declared in an outer scopeJan Edmund Lazo2020-04-13
| * | | vim-patch:8.1.1745: compiler warning for unused argumentJan Edmund Lazo2020-04-13
| * | | vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
| |/ /
| * | vim-patch:8.1.0881: can execute shell commands in rvim through interfacesJan Edmund Lazo2020-03-01
| * | pvs/v1048: variable was assigned same valueJan Edmund Lazo2020-03-01
| * | vim-patch:8.1.1510: a plugin cannot easily expand a command like done internallyJan Edmund Lazo2020-03-01
| * | vim-patch:8.1.0619: :echomsg and :echoerr do not handle List and DictJan Edmund Lazo2020-02-29
| * | nvim:eval: Fix enum declaration for ListLenSpecialsAndreas Schneider2020-02-23
| * | vim-patch:8.1.1122: char2nr() does not handle composing charactersJan Edmund Lazo2020-02-20
| |/
| * 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
| * doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
| * vim-patch:8.1.1579: dict and list could be GC'ed while displaying errorJan Edmund Lazo2020-01-05
| * PVS/V618: fix emsgf format specifier #11643Husain Alshehhi2020-01-01
| * vim-patch:8.2.0030: "gF" does not work on output of "verbose command"Jan Edmund Lazo2019-12-22
| * vim-patch:8.2.0025: repeated word in comment (#11586)Jan Edmund Lazo2019-12-21
| * dictwatcher: fix use-after-free #11495erw72019-12-02
|/
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.0515: reloading a script gives errors for existing functionserw72019-09-04
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* free_buffer: rework b:changedtick handling #9163Justin M. Keyes2019-08-12
* vim-patch:8.1.0990: floating point exception with "%= 0" and "/= 0"Jan Edmund Lazo2019-07-28
* PVS/V1037: suppress warning #10528Ihor Antonov2019-07-18
* vim-patch:8.1.0167: lock flag in new dictitem is reset in many placesJan Edmund Lazo2019-06-23
* vim-patch:8.1.0130: ":profdel func" does not work if func was called alreadyDaniel Hahler2019-06-08
* vim-patch:8.1.0902: incomplete set of assignment operatorserw72019-05-29
* vim-patch:8.1.0642: swapinfo() leaks memoryJustin M. Keyes2019-04-29
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* build: Fix -Wconversion warnings for fpclassify et alJustin M. Keyes2019-01-21