| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | 'inccommand': format line numbers as "|123| " | Justin M. Keyes | 2016-11-08 | |
| | * | | | | 'inccommand': set buffer name to [Preview] | Justin M. Keyes | 2016-11-08 | |
| | * | | | | 'inccommand': disable 'cursorline', 'spell' in preview | Justin M. Keyes | 2016-11-08 | |
| | * | | | | 'inccommand': preserve b:changedtick | Justin M. Keyes | 2016-11-08 | |
| | * | | | | lint | Justin M. Keyes | 2016-11-08 | |
| | * | | | | 'inccommand': rework | Justin M. Keyes | 2016-11-08 | |
| | * | | | | Linted | KillTheMule | 2016-10-30 | |
| | * | | | | Tests for incsubstitution feature | KillTheMule | 2016-10-30 | |
| | * | | | | Incsubsitution feature | KillTheMule | 2016-10-30 | |
| * | | | | | CheckHealth: ignore non-existing markdownCodeBlock group (#5570) | Marco Hinz | 2016-11-08 | |
| * | | | | | CheckHealth: timeout system() calls (#5565) | Tommy Allen | 2016-11-08 | |
| * | | | | | Merge pull request #2905 from bfredl/utf8 | Björn Linse | 2016-11-05 | |
| |\ \ \ \ \ | ||||
| | * | | | | | encoding: update documentation | Björn Linse | 2016-11-05 | |
| | * | | | | | encoding: update tests | Björn Linse | 2016-11-05 | |
| | * | | | | | encoding: delete non-UTF-8 implementations of multibyte functions | Björn Linse | 2016-11-05 | |
| | * | | | | | encoding: cleanup mbyte.c given fixed encoding=utf-8 | Björn Linse | 2016-11-05 | |
| | * | | | | | encoding: only allow encoding=utf-8 | Björn Linse | 2016-11-05 | |
| |/ / / / / | ||||
| * | | | | | Health: introduce help links (#5557) | Marco Hinz | 2016-11-04 | |
| * | | | | | Merge pull request #5524 from brcolow/vim-7.4.1967 | James McCoy | 2016-11-02 | |
| |\ \ \ \ \ | ||||
| | * | | | | | vim-patch:7.4.1967 | Michael Ennen | 2016-11-02 | |
| * | | | | | | Merge pull request #5550 from jamessan/big-endian-fixes | James McCoy | 2016-11-02 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | lint | James McCoy | 2016-11-02 | |
| | * | | | | | | nvim_win_get_number: Use int as rv to fix BE issues | James McCoy | 2016-11-02 | |
| | * | | | | | | object_to_vim: Fix buffer/window/tabpage conversion on BE systems | James McCoy | 2016-11-02 | |
| | * | | | | | | Use int as the standard type for boolean options. | James McCoy | 2016-11-02 | |
| |/ / / / / / | ||||
| * | | | | | | Merge #5542 from mhinz/health/clipboard | Justin M. Keyes | 2016-11-02 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | provider/clipboard.vim: never show a warning on sourcing | Marco Hinz | 2016-11-02 | |
| | * | | | | | | health/provider.vim: add clipboard check | Marco Hinz | 2016-11-02 | |
| | * | | | | | | provider/clipboard.vim: refactor | Marco Hinz | 2016-11-02 | |
| |/ / / / / / | ||||
| * | | | | | | tui/suspend_event(): set STDIN to "blocking" | Justin M. Keyes | 2016-11-02 | |
| * | | | | | | doc: Remove features from vim_diff which have been merged upstream (#5554) | James McCoy | 2016-10-31 | |
| * | | | | | | Merge pull request #5527 from brcolow/vim-7.4.1730 | James McCoy | 2016-10-31 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| | * | | | | | vim-patch:7.4.1782 | Michael Ennen | 2016-10-24 | |
| | * | | | | | vim-patch:7.4.1779 | Michael Ennen | 2016-10-23 | |
| | * | | | | | vim-patch:7.4.1742 | Michael Ennen | 2016-10-23 | |
| | * | | | | | vim-patch:7.4.1741 | Michael Ennen | 2016-10-23 | |
| | * | | | | | vim-patch:7.4.1734 | Michael Ennen | 2016-10-23 | |
| | * | | | | | vim-patch:7.4.1730 | Michael Ennen | 2016-10-23 | |
| * | | | | | | Merge #5546 from justinmk/global-ctrlc | Justin M. Keyes | 2016-10-30 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| | * | | | | | lint | Justin M. Keyes | 2016-10-30 | |
| | * | | | | | ex_global: Catch CTRL-C even if it is mapped. | Justin M. Keyes | 2016-10-30 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #5543 from jamessan/fix-shada-marks-test | James McCoy | 2016-10-29 | |
| |\ \ \ \ \ | ||||
| | * | | | | | test: Fix shada/marks_spec.lua failure | James McCoy | 2016-10-28 | |
| * | | | | | | CheckHealth: fix check for tmux escape-time (#5545) | J Phani Mahesh | 2016-10-29 | |
| |/ / / / / | ||||
| * | | | | | version bump | Justin M. Keyes | 2016-10-28 | |
| * | | | | | NVIM v0.1.6v0.1.6 | Justin M. Keyes | 2016-10-28 | |
| * | | | | | Merge #5535 from justinmk/api_level | Justin M. Keyes | 2016-10-28 | |
| |\ \ \ \ \ | ||||
| | * | | | | | api: api_info()['version'] | Justin M. Keyes | 2016-10-28 | |
| | * | | | | | api: Nvim version, API level #5386 | Rui Abreu Ferreira | 2016-10-26 | |
| * | | | | | | CheckHealth: check for sensible.vim | Justin M. Keyes | 2016-10-28 | |
| |/ / / / / | ||||