| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | test/oldtest: restore test_arglist.vim | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | test/oldtest: runtest.vim: align with upstream | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.1204: a QuitPre autocommand may get the wrong file name | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0700: segfault with QuitPre autocommand closes the window | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.1403: using freed buffer in grep command | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.1402: crash with nasty autocommand | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0974: resetting a string option does not trigger OptionSet | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0703: illegal memory access with empty :doau command | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0676: crash when closing quickfix window in autocmd | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0736: OptionSet not triggered when entering diff mode | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.1186: still quite a few old style tests | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0600: test_recover fails on some systems | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0338: :recover test fails on MS-Windows | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0337: invalid memory access in :recover command | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0472: when a test fails another test may also fail | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0861: still many old style tests | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0622: selecting quoted text fails with 'selection' "exclusive" | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.1158: still old style tests | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0689: ~ character not escaped when extending search pattern | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch:8.0.0440: not enough test coverage in Insert mode | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch.sh: delete *.orig files | Justin M. Keyes | 2018-02-11 | |
| | * | | | | | | | | | vim-patch.sh: remove --posix from patch invocation | Justin M. Keyes | 2018-02-11 | |
| |/ / / / / / / / / | ||||
| * | | | | | | | | | Merge #7939 "fix crash: 'spell' and long lines" | Justin M. Keyes | 2018-02-11 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ | Merge #7939 "fix crash: 'spell' and long lines" | Justin M. Keyes | 2018-02-11 | |
| | |\ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | screen.c: resolve neovim issue #7937 | Michael Brailsford | 2018-02-07 | |
| * | | | | | | | | | | | Merge pull request #7982 from bfredl/hlrefactor | Björn Linse | 2018-02-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | ui/tui: highlighting refactor | Björn Linse | 2018-02-11 | |
| * | | | | | | | | | | | version.c: update [ci skip] (#7953) | Marvim the Paranoid Android | 2018-02-11 | |
| |/ / / / / / / / / / | ||||
| * | | | | | | | | | | Merge pull request #7993 from blueyed/vim-8.0.1483 | Justin M. Keyes | 2018-02-10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | vim-patch:8.0.1483: searchpair() might return an invalid value on timeout | Daniel Hahler | 2018-02-10 | |
| |/ / / / / / / / / / | ||||
| * | | | | | | | | | | Merge pull request #7979 from bfredl/shellbell | Björn Linse | 2018-02-10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | win: enable backtick_expansion and shell output tests | Jan Edmund Lazo | 2018-02-10 | |
| | * | | | | | | | | | | shell: handle split-up UTF-8 sequences | Björn Linse | 2018-02-10 | |
| | * | | | | | | | | | | tests: integrate ex_cmds/bang_filter_spec into ui/output_spec | Björn Linse | 2018-02-10 | |
| | * | | | | | | | | | | shell: support bell | Björn Linse | 2018-02-10 | |
| |/ / / / / / / / / / | ||||
| * | | | | | | | | | | Merge #7984 'defaults: sidescroll=1' | Justin M. Keyes | 2018-02-09 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | test/oldtest: move Nvim setup to testdir/setup.vim | Justin M. Keyes | 2018-02-09 | |
| | * | | | | | | | | | | defaults: sidescroll=1 | Justin M. Keyes | 2018-02-09 | |
| |/ / / / / / / / / / | ||||
| * | | | | | | | | | | macOS: Use `pbpaste` to detect a working clipboard (#7983) | Marco Hinz | 2018-02-08 | |
| * | | | | | | | | | | Merge pull request #7977 from jamessan/remove-coveralls | James McCoy | 2018-02-07 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | codecov: Report coverage even if some CI failed | James McCoy | 2018-02-07 | |
| | * | | | | | | | | | | codecov: Submit test suite specific coverage | James McCoy | 2018-02-06 | |
| | * | | | | | | | | | | ci: Remove coveralls coverage reporting | James McCoy | 2018-02-06 | |
| * | | | | | | | | | | | Merge #6713 'tests for :! output' | Justin M. Keyes | 2018-02-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | lint, minor cleanup | Justin M. Keyes | 2018-02-07 | |
| | * | | | | | | | | | | UI: restore 'writedelay' feature. | Justin M. Keyes | 2018-02-07 | |
| | * | | | | | | | | | | test: :! print binary data, control chars | Justin M. Keyes | 2018-02-07 | |
| |/ / / / / / / / / / | ||||
| * | | | | | | | | | | exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954) | Justin M. Keyes | 2018-02-07 | |
| * | | | | | | | | | | Merge #7971 ':terminal Enter/Leave should not increment jumplist' | Justin M. Keyes | 2018-02-07 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||