aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* ui: implement ext_messagesBjörn Linse2019-02-10
* build: PRAGMA_DIAG_PUSH_IGNORE_MISSING_PROTOTYPESJustin M. Keyes2019-02-04
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
|/
* 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