| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | src/clint.py: improve "Ignoring" message | Daniel Hahler | 2017-01-13 | |
| |/ / / / / / | ||||
| * | | | | | | Merge #5933 from justinmk/dir-bufenter | Justin M. Keyes | 2017-01-13 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Windows: enable more tests | Justin M. Keyes | 2017-01-13 | |
| | * | | | | | | test: BufEnter | Justin M. Keyes | 2017-01-13 | |
| | * | | | | | | lint | Justin M. Keyes | 2017-01-13 | |
| | * | | | | | | open_buffer(): Do `BufEnter` for directories. | Justin M. Keyes | 2017-01-12 | |
| * | | | | | | | Merge pull request #5935 from jamessan/dictwatcher-crash | James McCoy | 2017-01-12 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| | * | | | | | | eval: Remove dictwatcher from watchers queue before freeing it | James McCoy | 2017-01-12 | |
| |/ / / / / / | ||||
| * | | | | | | Merge pull request #5932 from jamessan/icm-fixes | James McCoy | 2017-01-12 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | inccommand: Preview :sub commands only after the delimiter is present | James McCoy | 2017-01-11 | |
| | * | | | | | | inccommand: Suppress error reporting when previewing commands | James McCoy | 2017-01-11 | |
| |/ / / / / / | ||||
| * | | | | | | Windows: vim_getenv(): Find runtime relative to nvim. #3303 (#5929) | Justin M. Keyes | 2017-01-11 | |
| * | | | | | | Merge #5910 from justinmk/win32-jobstart | Justin M. Keyes | 2017-01-11 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | test: system([...]): v:shell_error | Justin M. Keyes | 2017-01-11 | |
| | * | | | | | | system([...]): Set v:shell_error=-1 if not executable. | Rui Abreu Ferreira | 2017-01-11 | |
| | * | | | | | | Windows: ci/AppVeyor: Enable Python provider tests | Rui Abreu Ferreira | 2017-01-11 | |
| | * | | | | | | test: system([...]) | Rui Abreu Ferreira | 2017-01-11 | |
| | * | | | | | | Windows: libuv_process_spawn(): Allow libuv argument quoting/escaping. | Rui Abreu Ferreira | 2017-01-10 | |
| | | |_|_|/ / | |/| | | | | ||||
| * / | | | | | clipboard: only check for pbcopy on macOS (#5927) | Marco Hinz | 2017-01-11 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #5924 from jamessan/vim-7.4.2100 | James McCoy | 2017-01-10 | |
| |\ \ \ \ \ | ||||
| | * | | | | | lint | James McCoy | 2017-01-10 | |
| | * | | | | | vim-patch:7.4.2100 | James McCoy | 2017-01-10 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #5863 from ZyX-I/more-clint-checks | James McCoy | 2017-01-10 | |
| |\ \ \ \ \ | ||||
| | * | | | | | clint: Check for misplaced brace at function start | ZyX | 2017-01-03 | |
| | * | | | | | clint: Enable check for `{` positioned at the start of the line correctly | ZyX | 2017-01-03 | |
| | | |/ / / | |/| | | | ||||
| * | | | | | Merge pull request #5919 from jamessan/vim-7.4.2008 | James McCoy | 2017-01-10 | |
| |\ \ \ \ \ | ||||
| | * | | | | | lint | James McCoy | 2017-01-10 | |
| | * | | | | | vim-patch:7.4.2009 | James McCoy | 2017-01-10 | |
| | * | | | | | vim-patch:7.4.2008 | James McCoy | 2017-01-10 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #5862 from jamessan/vim-aa3b15d | James McCoy | 2017-01-09 | |
| |\ \ \ \ \ | ||||
| | * | | | | | vim-patch:c95a302 | James McCoy | 2017-01-09 | |
| | * | | | | | vim-patch:7.4.1925 | James McCoy | 2017-01-09 | |
| | * | | | | | vim-patch:82af871 | James McCoy | 2017-01-09 | |
| | * | | | | | vim-patch:aa3b15d | James McCoy | 2017-01-09 | |
| |/ / / / / | ||||
| * | | | | | Merge pull request #5860 from jamessan/vim-7.4.1889 | James McCoy | 2017-01-09 | |
| |\ \ \ \ \ | ||||
| | * | | | | | vim-patch:7.4.1889 | James McCoy | 2017-01-02 | |
| | |/ / / / | ||||
| * | | | | | process_wait(): Avoid dereference after LOOP_PROCESS_EVENTS. (#5917) | Justin M. Keyes | 2017-01-09 | |
| * | | | | | Merge #5519 from blueyed/improve-python-health-check | Justin M. Keyes | 2017-01-09 | |
| |\ \ \ \ \ | ||||
| | * | | | | | healthcheck: s:download: do not report curl errors (twice) | Daniel Hahler | 2017-01-08 | |
| | * | | | | | healthcheck: s:check_python: only report latest with good response | Daniel Hahler | 2017-01-08 | |
| | * | | | | | healthcheck: python: prefer neovim.VERSION | Daniel Hahler | 2017-01-08 | |
| | * | | | | | healthcheck: python: include nvim path for unknown/outdated version | Daniel Hahler | 2017-01-08 | |
| | * | | | | | Improve error reporting for Python health check | Daniel Hahler | 2017-01-08 | |
| | * | | | | | s:check_python: handle 'pip install --user -e' | Daniel Hahler | 2017-01-08 | |
| * | | | | | | health: completion for :CheckHealth | Marco Hinz | 2017-01-08 | |
| |/ / / / / | ||||
| * | | | | | health: Windows: Handle backslash path separators. (#5914) | Justin M. Keyes | 2017-01-08 | |
| * | | | | | Merge #5909 from justinmk/win32-xdg | Justin M. Keyes | 2017-01-08 | |
| |\ \ \ \ \ | ||||
| | * | | | | | test: Windows: Re-enable shada functional tests | Rui Abreu Ferreira | 2017-01-08 | |
| | * | | | | | XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278) | Rui Abreu Ferreira | 2017-01-08 | |
| |/ / / / / | ||||
| * | | | | | ruby: old versions don't know `gem list -e` | Marco Hinz | 2017-01-08 | |