aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
* vim-patch:8.2.0499: calling a lambda is slower than evaluating a stringJan Edmund Lazo2020-09-30
* vim-patch:8.1.1319: computing function length name in many placesJan Edmund Lazo2020-09-30
* vim-patch:8.1.1563: crash when using closureserw72020-09-30
* screen: more work on fold_line replacementBjörn Linse2020-09-24
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* Support for :perl, :perlfile, :perldo and perleval() (#12809)Justin M. Keyes2020-09-05
|\
| * support for :perl, :perlfile, :perldo and perleval()Jacques Germishuys2020-08-30
* | robustness: avoid adding offset to NULL pointerBjörn Linse2020-09-04
|/
* Merge pull request #12510 from jamessan/clang-implicit-fallthroughJames McCoy2020-08-26
|\
| * Disable -Wimplicit-fallthrough for funcs.generated.hJames McCoy2020-08-23
* | vim-patch:8.2.1517: cannot easily get the character under the cursorJan Edmund Lazo2020-08-23
|/
* vim-patch:8.2.0814: clang warning for implicit conversionJan Edmund Lazo2020-08-21
* vim-patch:8.2.0607: gcc warns for using uninitialized variableJan Edmund Lazo2020-08-19
* userfunc: fix pvs/v547Jan Edmund Lazo2020-08-15
* vim-patch:8.1.2341: not so easy to interrupt a script programaticallyJan Edmund Lazo2020-08-14
* Merge remote-tracking branch 'upstream/master' into libcallnrJames McCoy2020-08-08
|\
| * vim-patch:8.2.1265: crash with EXITFREE when split() failsJan Edmund Lazo2020-08-02
| * typval: fix incompatibility with vimerw72020-07-23
| * Merge pull request #12575 from cbarrete/vim-8.2.0935Matthieu Coudron2020-07-20
| |\
| | * Fix documentationCédric Barreteau2020-07-20
| | * Prevent `flatten` from taking a null listCédric Barreteau2020-07-15
| | * vim-patch:8.2.0937: asan failure in the flatten() testCédric Barreteau2020-07-15
| | * vim-patch:8.2.0935: flattening a list with existing code is slowCédric Barreteau2020-07-15
| * | vim-patch:8.2.0539: comparing two NULL list failsJan Edmund Lazo2020-07-19
| * | vim-patch:8.2.0893: assert_equalfile() does not take a third argumentJan Edmund Lazo2020-07-19
| |/
| * lua: Add ability to pass tables with __callTJ DeVries2020-07-10
| * lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
| * eval: fix assertion failure in garbage collection (#12436)erw72020-06-22
| * Add overlapped option to jobstarterw72020-06-10
| * vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
| * vim-patch:8.1.0917: double free when running out of memoryJan Edmund Lazo2020-06-04
| * Merge pull request #10905 from erw7/vim-8.1.0475Matthieu Coudron2020-05-25
| |\
| | * vim-patch:8.1.1485: double free when garbage_collect() is used in autocommanderw72020-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
| * | matchdelete: fix porting (#12328)Shougo2020-05-17
| * | vim-patch:8.1.1084: cannot delete a match from another window (#12325)Shougo2020-05-16
| * | vim-patch:8.1.1186: readdir() allocates list twiceJan Edmund Lazo2020-05-11
| |/
| * Merge #12203 from janlazo/vim-8.2.0648Justin M. Keyes2020-05-05
| |\
| | * vim-patch:8.1.0868: crash if triggering garbage collector after a function callJan Edmund Lazo2020-05-03
| | * vim-patch:8.1.0800: may use a lot of memory when a function refers itselfJan Edmund Lazo2020-05-03
| * | vim-patch:8.1.1120: cannot easily get directory entry matches #12222Hennadii Chernyshchyk2020-05-05
| * | funcs: Fix a memory leak in f_expand (#12227)erw72020-05-04
| |/
| * Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron2020-04-30
| |\
| | * vim-patch:8.2.0084: complete item "user_data" can only be a stringBlaž Hrastnik2020-04-29
| * | lsp: use vim.tbl_isempty to check sign (#12190)Hirokazu Hata2020-04-28
| |/
| * external pum: use floating point geometry; typval: add tv_dict_add_floatYatao Li2020-04-28
| * Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
| |\
| | * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| | * fix: includesJakub Łuczyński2020-02-13