aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* eval: Fix linter errorsZyX2017-12-31
* eval,lua/converter: Fix problems spotted in reviewZyX2017-12-31
* eval: Refactor some potentially dangerous list appendsZyX2017-12-25
* eval: Remove magic numbers from find_some_match() type argumentZyX2017-12-25
* eval: Replace some tv_list_item_remove() callsZyX2017-12-24
* eval: Rename tv_list_remove_items() to tv_list_drop_items()ZyX2017-12-24
* eval/typval: Make tv_list_item_remove return pointer to the next itemZyX2017-12-24
* *: Remove most calls to tv_list_item_allocZyX2017-12-24
* Merge branch 'master' into hide-container-implZyX2017-12-23
|\
| * vim-patch:8.0.0590: cannot add a context to locationsJames McCoy2017-12-19
| * vim-patch:8.0.0517: there is no way to remove quickfix listsJames McCoy2017-12-18
* | eval: Fix some issues found in reviewZyX2017-12-17
* | Merge branch 'master' into hide-container-implZyX2017-12-16
|\|
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | eval: Fix linter errorZyX2017-12-16
* | window: Fix matchaddpos() and enhance error reportingZyX2017-12-15
* | clint,eval: Make linter check for direct usage of list attributesZyX2017-12-12
* | *: Fix linter errorsZyX2017-12-12
* | eval: Fix add()ZyX2017-12-11
* | *: Fix linter errorsZyX2017-12-11
* | *: Finish hiding list implementationZyX2017-12-11
* | *: Fix test failuresZyX2017-12-11
* | eval: Still check for NULL when doing :unletZyX2017-12-10
* | eval: Fix uniq() crash in legacy test 055ZyX2017-12-10
* | eval: Fix setmatches(), setqflist() and setloclist()ZyX2017-12-10
* | eval,functests: Fix tests and complete() and setline() behaviourZyX2017-12-10
* | eval: Fix writefile()ZyX2017-12-10
* | eval: Fix inputlist()ZyX2017-12-10
* | *: Start hiding list implementationZyX2017-12-10
|/
* Viml: Make filter and map handle null list correctFlorianGit2017-12-03
* channels: improvements to bufferingBjörn Linse2017-11-25
* channels: refactor jobwaitBjörn Linse2017-11-25
* channels: reimplement logging (as stub for proper event)Björn Linse2017-11-25
* channels: stderr channelBjörn Linse2017-11-25
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: move away term code from eval.cBjörn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24
* Revert channel logging, rebased on new code belowBjörn Linse2017-11-24
* Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\
| * eval.c: remove nonnullret deadcodePeter Kalauskas2017-11-22
|/
* vim-patch:8.0.0287 (#7590)KunMing Xie2017-11-20
* :checkhealth : validate 'runtimepath' (#7526)Justin M. Keyes2017-11-10
* compat: "v:count" distinct from "count" (#7407)Marco Hinz2017-11-09
* vim-patch:8.0.0096: has('ttyin'), has('ttyout')Justin M. Keyes2017-11-04
* Merge #7173 'api/ui: externalize cmdline'Justin M. Keyes2017-10-29
|\
| * ext_cmdline: extend "function" to generic "block" mechanismBjörn Linse2017-10-26
| * ext_cmdline: lintDongdong Zhou2017-10-26
| * ext_cmdline: Add function block supportDongdong Zhou2017-10-26
| * ext_cmdline: use standard external ui functionsDongdong Zhou2017-10-26