aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | log: some DEBUG-level stream loggingJustin M. Keyes2017-08-21
* | | | | | | | | | | Merge pull request #7192 from llorens/vim-8.0.0092James McCoy2017-08-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | vim-patch:8.0.0092Lech Lorens2017-08-21
* | | | | | | | | | | | Merge #7205 from justinmk/win-wmainJustin M. Keyes2017-08-24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | win: expect utf8-encoded `argv` when built as a libraryJustin M. Keyes2017-08-24
| * | | | | | | | | | | | win: wmain(): use utf16_to_utf8() #7060Justin M. Keyes2017-08-24
* | | | | | | | | | | | | tui: always use unibi_add_ext_str with unibi_get_ext_str #7204Fredrik Fornwall2017-08-24
|/ / / / / / / / / / / /
* | | | | | | | | | | | win: wmain(): locale-independent argv (#7180)Yuto Tokunaga2017-08-23
* | | | | | | | | | | | clipboard: disallow recursion; show hint only once (#7203)Justin M. Keyes2017-08-22
* | | | | | | | | | | | Merge #6973 from teto/normal_hlJustin M. Keyes2017-08-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | syntax.c: styleMatthieu Coudron2017-08-22
| * | | | | | | | | | | | syntax.c: register 'Normal' highlight groupMatthieu Coudron2017-08-22
* | | | | | | | | | | | | vim-patch:8.0.0680James McCoy2017-08-21
* | | | | | | | | | | | | vim-patch:8.0.0612James McCoy2017-08-21
* | | | | | | | | | | | | vim-patch:8.0.0437James McCoy2017-08-21
* | | | | | | | | | | | | vim-patch:8.0.0326James McCoy2017-08-21
* | | | | | | | | | | | | vim-patch:8.0.0325James McCoy2017-08-21
* | | | | | | | | | | | | vim-patch:8.0.0308James McCoy2017-08-21
|/ / / / / / / / / / / /
* | / / / / / / / / / / Use Normal mode as default when opening a new terminalDrew Neil2017-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
| |\ \ \ \ \ \ \ \ \ \ \