aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* 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
|\
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Ł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
* | 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