aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | ui: fix glitch with both ext_cmdline and cmd_wildmenuBjörn Linse2017-12-06
* | | | | | | | | | | | | | | | | tui: ignore st terminfo cursor shape (Se, Ss) entriesJustin M. Keyes2017-12-06
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge #7477 from FlorianGit/empty-lists-dicts-stringsJustin M. Keyes2017-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Viml: Make filter and map handle null list correctFlorianGit2017-12-03
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | tui: flush -V3 ('verbose' >= 3) info ASAPJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | msg_outtrans_special(): handle NULLJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | msg_outtrans_special(): `const` some stringsJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | str2specialbuf(): fix comparisonJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | tui: set descriptions on termcap extensionsJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | vim-patch:8.0.0306 (#7675)KunMing Xie2017-12-02
* | | | | | | | | | | | | | | Merge #7672 from ckelsel/vim-8.0.0298Justin M. Keyes2017-12-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix lint errorckelsel2017-12-02
| * | | | | | | | | | | | | | vim-patch:8.0.0298ckelsel2017-12-02
* | | | | | | | | | | | | | | vim-patch:8.0.0295 (#7671)KunMing Xie2017-12-02
* | | | | | | | | | | | | | | tui.c: request focus-reporting (fix regression) #7670Justin M. Keyes2017-12-02
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | tui: emit some termcodes later (after startup) (#7664)Justin M. Keyes2017-12-01
* | | | | | | | | | | | | | tui/rxvt: enable focus-reportingJustin M. Keyes2017-12-01
* | | | | | | | | | | | | | version.c: Mark 8.0.0171 as NAJames McCoy2017-11-29
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Revert "tui: update cleared area only if non-default bg"Justin M. Keyes2017-11-29
* | | | | | | | | | | | | Use defined(BSD) check when defining OPEN_CHR_FILESJames McCoy2017-11-28
* | | | | | | | | | | | | Add OpenBSD as an expected OS for opening char devicesJames McCoy2017-11-28
* | | | | | | | | | | | | version.c: mark NA patchesMichael Schupikov2017-11-28
* | | | | | | | | | | | | lintJustin M. Keyes2017-11-27
* | | | | | | | | | | | | tui: expose terminal type in 'term' optionJustin M. Keyes2017-11-27
* | | | | | | | | | | | | Merge #7633 'Retry fgets on EINTR'Justin M. Keyes2017-11-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | io: fix handling EOF in vim_fgetsMatt Widmann2017-11-25
| * | | | | | | | | | | | io: retry fgets on EINTR (#7632)Matt Widmann2017-11-25
* | | | | | | | | | | | | Merge pull request #6844 from bfredl/channelBjörn Linse2017-11-26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | input: only change mode of input fd if there is an input fdBjörn Linse2017-11-25
| * | | | | | | | | | | | | tui: job-control: use saved termios for pty jobsJustin M. Keyes2017-11-25
| * | | | | | | | | | | | | channels: improvements to bufferingBjörn Linse2017-11-25
| * | | | | | | | | | | | | channels: more consistent event handlingBjö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
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | :highlight : avoid redraw on errornate2017-11-25
* | | | | | | | | | | | | tui: update cleared area only if non-default bgJustin M. Keyes2017-11-24
* | | | | | | | | | | | | tui: Disable BCE almost always. #7624Justin M. Keyes2017-11-24
* | | | | | | | | | | | | tui: Disable BCE by default. #7624Justin M. Keyes2017-11-23
|/ / / / / / / / / / / /
* | | | | | | | | | | | FIXUP: duplicate error number in #7422Björn Linse2017-11-23
* | | | | | | | | | | | tui: move terminfo_is_term_family()Justin M. Keyes2017-11-22
* | | | | | | | | | | | Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | move.c: remove unreachable break statementPeter Kalauskas2017-11-22
| * | | | | | | | | | | | eval.c: remove nonnullret deadcodePeter Kalauskas2017-11-22