aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23
* ex_echo: reuse code from message.c to show arg to userAlexandre Dubray2019-01-22
* ui: multigrid mouse supportBjörn Linse2019-01-20
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-18
* provider: improve error message if provider is missing (#9487)Marco Hinz2019-01-12
* vim-patch:8.1.0685: get_buf_tv() is named inconsistentlyJan Edmund Lazo2019-01-05
* build: enable -WshadowJustin M. Keyes2019-01-02
* vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173)David Jimenez2019-01-02
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* provider: make :ruby provider check use same code path as :pythonMarco Hinz2018-12-12
* vim-patch:8.1.0564: setting v:errors to wrong type still possibleJan Edmund Lazo2018-12-06
* vim-patch:8.1.0563: setting v:errors to a string give confusing errorJan Edmund Lazo2018-12-06
* vim-patch:8.0.1425: execute() does not work in completion of user command (#9...Jan Edmund Lazo2018-12-06
* vim-patch:8.1.0551: expression evaluation may repeat an error messageJan Edmund Lazo2018-11-30
* vim-patch:8.1.0550: expression evaluation may repeat an error messageJan Edmund Lazo2018-11-30
* fix wrong winnr in getwininfoSha Liu2018-11-27
* jobstart(): Fix hang on non-executable cwd #9204Tommy Allen2018-11-07
* vim-patch:8.1.0511: ml_get error when calling a function with a range (#9207)Jan Edmund Lazo2018-11-06
* api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
* fix warning: "Uninitialized argument"Justin M. Keyes2018-10-21
* lintJan Edmund Lazo2018-10-09
* vim-patch:8.0.1423: error in return not caught by try/catchJan Edmund Lazo2018-10-09
* Merge #9036 'func_attr_printf'Justin M. Keyes2018-10-07
|\
| * src/nvim/eval.cMichaHoffmann2018-10-07
| * fixed lint errorsMichaHoffmann2018-09-24
| * src/nvim/eval.c: printf errorMichaHoffmann2018-09-24
| * add func_attr_printf in :MichaHoffmann2018-09-24
* | vim-patch:8.0.1832: cannot use :unlet for an environment variableJan Edmund Lazo2018-10-02
* | vim-patch:8.1.0068: nasty autocommands can still cause using freed memoryJan Edmund Lazo2018-09-30
|/
* shell/logging: Fix E730 with verbose system({List}) #9009Justin M. Keyes2018-09-21
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* Update eval.cWang Shidong2018-09-13
* vim-patch:8.0.1172: when E734 is given option is still set (#8988)Jan Edmund Lazo2018-09-13
* Merge pull request #8945 from ZviRackover/fix-7401-step5Björn Linse2018-09-11
|\
| * lint: clean-up after parent commitsZviRackover2018-09-09
| * Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
| * Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* | Merge pull request #8974 from janlazo/vim-8.0.1377Justin M. Keyes2018-09-11
|\ \
| * | vim-patch:8.0.1378: autoload script sources itself when defining functionJan Edmund Lazo2018-09-09
| * | vim-patch:8.0.1377: cannot call a dict function in autoloaded dictJan Edmund Lazo2018-09-09
* | | vim-patch:8.1.0011: maparg() and mapcheck() confuse empty and non-existing (#...Jan Edmund Lazo2018-09-10
|/ /
* | vim-patch:8.0.1115: crash when using foldtextresult() recursively (#8972)Jan Edmund Lazo2018-09-09
* | vim-patch:8.0.1006: quickfix list changes when parsing text with 'erroformat'Jan Edmund Lazo2018-09-07
|/
* globals: cmd_silent is boolJan Edmund Lazo2018-08-29
* vim-patch:8.1.0214 fixup: remove feature-guardJustin M. Keyes2018-08-28
* vim-patch:8.1.0214 (#8927)Vivek R2018-08-28
* vim-patch:8.0.1242: function argument with only dash is seen as number zeroJan Edmund Lazo2018-08-22
* vim-patch:8.1.0184: not easy to figure out the window layoutJan Edmund Lazo2018-08-15