Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Add OpenBSD as an expected OS for opening char devices | James McCoy | 2017-11-28 | |
* | | | | | | | version.c: mark NA patches | Michael Schupikov | 2017-11-28 | |
* | | | | | | | lint | Justin M. Keyes | 2017-11-27 | |
* | | | | | | | tui: expose terminal type in 'term' option | Justin M. Keyes | 2017-11-27 | |
* | | | | | | | Merge #7633 'Retry fgets on EINTR' | Justin M. Keyes | 2017-11-26 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||
| * | | | | | | io: fix handling EOF in vim_fgets | Matt Widmann | 2017-11-25 | |
| * | | | | | | io: retry fgets on EINTR (#7632) | Matt Widmann | 2017-11-25 | |
* | | | | | | | Merge pull request #6844 from bfredl/channel | Björn Linse | 2017-11-26 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | input: only change mode of input fd if there is an input fd | Björn Linse | 2017-11-25 | |
| * | | | | | | | tui: job-control: use saved termios for pty jobs | Justin M. Keyes | 2017-11-25 | |
| * | | | | | | | channels: improvements to buffering | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: more consistent event handling | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: refactor jobwait | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: reimplement logging (as stub for proper event) | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: stderr channel | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: generalize jobclose() | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: move away term code from eval.c | Björn Linse | 2017-11-25 | |
| * | | | | | | | channels: allow bytes sockets and stdio, and buffered bytes output | Björn Linse | 2017-11-24 | |
| * | | | | | | | channels: refactor | Björn Linse | 2017-11-24 | |
| * | | | | | | | Revert channel logging, rebased on new code below | Björn Linse | 2017-11-24 | |
| |/ / / / / / | ||||
* | | | | | | | :highlight : avoid redraw on error | nate | 2017-11-25 | |
* | | | | | | | tui: update cleared area only if non-default bg | Justin M. Keyes | 2017-11-24 | |
* | | | | | | | tui: Disable BCE almost always. #7624 | Justin M. Keyes | 2017-11-24 | |
* | | | | | | | tui: Disable BCE by default. #7624 | Justin M. Keyes | 2017-11-23 | |
|/ / / / / / | ||||
* | | | | | | FIXUP: duplicate error number in #7422 | Björn Linse | 2017-11-23 | |
* | | | | | | tui: move terminfo_is_term_family() | Justin M. Keyes | 2017-11-22 | |
* | | | | | | Merge #7593 'PVS static analysis fixes' | Justin M. Keyes | 2017-11-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | move.c: remove unreachable break statement | Peter Kalauskas | 2017-11-22 | |
| * | | | | | | eval.c: remove nonnullret deadcode | Peter Kalauskas | 2017-11-22 | |
| * | | | | | | helpers.c: statically assert integer falls within range | Peter Kalauskas | 2017-11-22 | |
| * | | | | | | Fix for pvs V782, pointer access to first element of array | Peter Kalauskas | 2017-11-22 | |
| * | | | | | | input.c: replace if/else with switch | Peter Kalauskas | 2017-11-22 | |
| * | | | | | | menu.c: remove conditional expression that is always true | Peter Kalauskas | 2017-11-22 | |
* | | | | | | | cmdline: CmdlineEnter and CmdlineLeave autocommands (#7422) | Björn Linse | 2017-11-22 | |
|/ / / / / / | ||||
* | | | | | | vim-patch:8.0.0289 (#7591) | KunMing Xie | 2017-11-22 | |
* | | | | | | vim-patch:8.0.0292 (#7592) | KunMing Xie | 2017-11-22 | |
* | | | | | | win: default grepprg to findstr.exe (#7611) | Jan Edmund Lazo | 2017-11-22 | |
* | | | | | | Merge #7345 'location-list update on buffer-modified' | Justin M. Keyes | 2017-11-21 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | quickfix: fix location list updates. | Lech Lorens | 2017-10-31 | |
* | | | | | | | syntax.c: Fix maybe-uninitialized warning (#7596) | Phlosioneer | 2017-11-21 | |
* | | | | | | | helptags: fix double-free (#7600) | Hannu Hartikainen | 2017-11-20 | |
* | | | | | | | vim-patch:8.0.0287 (#7590) | KunMing Xie | 2017-11-20 | |
* | | | | | | | server.c: Fix bug in release mode (#7594) | Phlosioneer | 2017-11-20 | |
| |_|_|_|_|/ |/| | | | | | ||||
* | | | | | | Merge #7587 'vim-patch:8.0.0283' | Justin M. Keyes | 2017-11-19 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | vim-patch:8.0.0283 | ckelsel | 2017-11-19 | |
|/ / / / / / | ||||
* | | | | | | tui: setrgbf/setrgbb: emit semicolons for VTE | Justin M. Keyes | 2017-11-18 | |
* | | | | | | 'viewoptions': add "curdir" flag #7447 | Eric Roberts | 2017-11-18 | |
* | | | | | | os_nodetype: rework | Justin M. Keyes | 2017-11-17 | |
* | | | | | | os_open, os_stat: UV_EINVAL on NULL filename | Justin M. Keyes | 2017-11-17 | |
* | | | | | | tui: 'guicursor': use DECSCUSR for xterm-likes (#7576) | Justin M. Keyes | 2017-11-17 |