aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.0861: cannot easily get all the current marks (#13676)Jan Edmund Lazo2021-01-03
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* vim-patch:8.1.1837: popup test fails if clipboard is supported but not workingJan Edmund Lazo2020-12-24
* vim-patch:8.2.2136: Vim9: Using uninitialized variableJan Edmund Lazo2020-12-13
* eval: executable(), exepath() accept strings onlyJan Edmund Lazo2020-12-11
* vim-patch:8.2.0047: cannot skip tests for specific MS-Windows platform (#13461)Jan Edmund Lazo2020-12-11
* fall back to os_realpathMagnus Kokk2020-11-30
* Fix undeclared identifier when HAVE_READLINK is not definedMagnus Kokk2020-11-30
* vim-patch:8.1.0951: using WIN64 even though it is never definedJan Edmund Lazo2020-11-27
* vim-patch:8.2.0996: using "aucmdwin" in win_gettype() is not idealJan Edmund Lazo2020-11-25
* vim-patch:8.2.0991: cannot get window type for autocmd and preview windowJan Edmund Lazo2020-11-25
* vim-patch:8.2.0257: cannot recognize a terminal in a popup windowJan Edmund Lazo2020-11-25
* vim-patch:8.2.1608: Vim9: getchar() test fails with GUIJan Edmund Lazo2020-11-20
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* vim-patch:8.2.1747: result of expand() unexpectedly depends on 'completeslash'skippi2020-10-26
* vim-patch:8.1.1791: 'completeslash' also applies to globpath()skippi2020-10-26
* vim-patch:8.2.1102: Coverity gets confused by an unnecessary NULL checkJan Edmund Lazo2020-10-25
* vim-patch:8.1.1056: no eval function for RubyAlex Genco2020-10-21
* vim-patch:8.2.1804: resolve('/') returns an empty string (#13121)Jan Edmund Lazo2020-10-20
* vim-patch:8.2.0868: trim() always trims both endsskippi2020-10-17
* vim-patch:8.2.1850: "vat" does not select tags correctly over line breakJan Edmund Lazo2020-10-15
* vim-patch:8.1.1319: computing function length name in many placesJan Edmund Lazo2020-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()Jacques Germishuys2020-08-30
* 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.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
* Merge pull request #12575 from cbarrete/vim-8.2.0935Matthieu Coudron2020-07-20
|\
| * vim-patch:8.2.0935: flattening a list with existing code is slowCédric Barreteau2020-07-15
* | 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
* Add overlapped option to jobstarterw72020-06-10
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* Merge pull request #10905 from erw7/vim-8.1.0475Matthieu Coudron2020-05-25
|\
| * 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
|/
* 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
* lsp: use vim.tbl_isempty to check sign (#12190)Hirokazu Hata2020-04-28
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\