aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* log: some DEBUG-level stream loggingJustin M. Keyes2017-08-21
* clipboard: remove start_batch_changes() in redir_write()Justin M. Keyes2017-08-20
* clipboard: avoid error flood during :redirJustin M. Keyes2017-08-20
* doc/api: nvim_out_write() and friendsJustin M. Keyes2017-08-18
* version: tweak layout, docJustin M. Keyes2017-08-18
* intro: remove byline #6984Justin M. Keyes2017-08-18
* nvim -h: omit special-case optionsJustin M. Keyes2017-08-18
* Merge #7007 'Windows :terminal'Justin M. Keyes2017-08-16
|\
| * single-includes: ignore os/pty_process_win.hJustin M. Keyes2017-08-16
| * pty_process_win: avoid quoting for cmd.exeerw72017-08-16
| * win/pty: log errorserw72017-08-16
| * win/pyt: cleanuperw72017-08-16
| * win/pty: quote_cmd_arg(): check boundserw72017-08-16
| * win/pty: jobstart, jobstop: fix null-pointer dereferenceerw72017-08-16
| * win: support :terminalerw72017-08-16
| * win/install: winpty-agent.exeRui Abreu Ferreira2017-08-16
| * win: integrate winpty (WIP)Ryan Prichard2017-08-16
* | Merge pull request #7052 from ckelsel/vim-8.0.0044James McCoy2017-08-16
|\ \
| * | vim-patch:8.0.0044ckelsel2017-08-16
| |/
* | Merge pull request #7145 from ckelsel/vim-8.0.0174James McCoy2017-08-16
|\ \
| * | vim-patch:8.0.0174ckelsel2017-08-10
* | | vim-patch:8.0.0679Justin M. Keyes2017-08-16
* | | vim-patch:8.0.0678 closing a window does not trigger resizingJustin M. Keyes2017-08-16
| |/ |/|
* | Merge pull request #7168 from teto/fix_covertyJames McCoy2017-08-15
|\ \
| * | coverty: solve  #7149Matthieu Coudron2017-08-15
* | | Merge #6364 'command-line color hook'Justin M. Keyes2017-08-16
|\ \ \ | |/ / |/| |
| * | ex_getln: Make error messages look betterZyX2017-08-14
| * | Merge branch 'master' into colored-cmdlineZyX2017-08-06
| |\ \
| * | | api/helpers: Fix typoZyX2017-08-06
| * | | api/helpers: Clarify try_start() usageZyX2017-08-06
| * | | Merge branch 'master' into colored-cmdlineZyX2017-07-31
| |\ \ \
| * \ \ \ Merge branch 'master' into colored-cmdlineZyX2017-07-31
| |\ \ \ \
| * | | | | ex_getln: Cache highlight callback calling resultsZyX2017-07-26
| * | | | | message: Only require second (format) argument to be not NULLZyX2017-07-26
| * | | | | ex_getln: Avoid GCC “unused variable” warning from QBZyX2017-07-18
| * | | | | *: Fix clint errorsZyX2017-07-18
| * | | | | ex_getln: Check prev_prompt_errors before running redrawcmdlineZyX2017-07-18
| * | | | | api helpers: Also save and restore did_emsgZyX2017-07-18
| * | | | | ex_getln: Replace global with entry in save_cclineZyX2017-07-17
| * | | | | ex_getln: Do not do useless try_enter/try_leave callsZyX2017-07-17
| * | | | | ex_getln: Do not goto color_cmdline_end without first cleaning upZyX2017-07-17
| * | | | | api helpers: Save/restore more values in try_enter/try_leaveZyX2017-07-16
| * | | | | oldtests: Use $(TOOL) in place of $(VALGRIND)ZyX2017-07-16
| * | | | | Merge branch 'master' into colored-cmdlineZyX2017-07-15
| |\ \ \ \ \
| * | | | | | ex_getln: Save and restore try stateZyX2017-07-01
| * | | | | | ex_getln: Do not make <C-c> interrupt input() after interrupting hl cbZyX2017-06-28
| * | | | | | ex_getln: Fix indentZyX2017-06-28
| * | | | | | ex_getln: Make sure standard error reporting facility is not usedZyX2017-06-28
| * | | | | | ex_getln: Fix “echoerr msg not shown” problemZyX2017-06-28
| * | | | | | ex_getln: Call highlight callback inside :tryZyX2017-06-28