aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:8.0.0676: crash when closing quickfix window in autocmdJustin M. Keyes2018-02-11
* vim-patch:8.0.0736: OptionSet not triggered when entering diff modeJustin M. Keyes2018-02-11
* vim-patch:8.0.1186: still quite a few old style testsJustin M. Keyes2018-02-11
* vim-patch:8.0.0600: test_recover fails on some systemsJustin M. Keyes2018-02-11
* vim-patch:8.0.0338: :recover test fails on MS-WindowsJustin M. Keyes2018-02-11
* vim-patch:8.0.0337: invalid memory access in :recover commandJustin M. Keyes2018-02-11
* vim-patch:8.0.0472: when a test fails another test may also failJustin M. Keyes2018-02-11
* vim-patch:8.0.0861: still many old style testsJustin M. Keyes2018-02-11
* vim-patch:8.0.0622: selecting quoted text fails with 'selection' "exclusive"Justin M. Keyes2018-02-11
* vim-patch:8.0.1158: still old style testsJustin M. Keyes2018-02-11
* vim-patch:8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong directionJustin M. Keyes2018-02-11
* vim-patch:8.0.0689: ~ character not escaped when extending search patternJustin M. Keyes2018-02-11
* vim-patch:8.0.0440: not enough test coverage in Insert modeJustin M. Keyes2018-02-11
* vim-patch.sh: delete *.orig filesJustin M. Keyes2018-02-11
* vim-patch.sh: remove --posix from patch invocationJustin M. Keyes2018-02-11
* Merge #7939 "fix crash: 'spell' and long lines"Justin M. Keyes2018-02-11
|\
| * Merge #7939 "fix crash: 'spell' and long lines"Justin M. Keyes2018-02-11
| |\
| | * screen.c: resolve neovim issue #7937Michael Brailsford2018-02-07
* | | Merge pull request #7982 from bfredl/hlrefactorBjörn Linse2018-02-11
|\ \ \ | |/ / |/| |
| * | ui/tui: highlighting refactorBjörn Linse2018-02-11
* | | version.c: update [ci skip] (#7953)Marvim the Paranoid Android2018-02-11
|/ /
* | Merge pull request #7993 from blueyed/vim-8.0.1483Justin M. Keyes2018-02-10
|\ \
| * | vim-patch:8.0.1483: searchpair() might return an invalid value on timeoutDaniel Hahler2018-02-10
|/ /
* | Merge pull request #7979 from bfredl/shellbellBjörn Linse2018-02-10
|\ \
| * | win: enable backtick_expansion and shell output testsJan Edmund Lazo2018-02-10
| * | shell: handle split-up UTF-8 sequencesBjörn Linse2018-02-10
| * | tests: integrate ex_cmds/bang_filter_spec into ui/output_specBjörn Linse2018-02-10
| * | shell: support bellBjörn Linse2018-02-10
|/ /
* | Merge #7984 'defaults: sidescroll=1'Justin M. Keyes2018-02-09
|\ \
| * | test/oldtest: move Nvim setup to testdir/setup.vimJustin M. Keyes2018-02-09
| * | defaults: sidescroll=1Justin M. Keyes2018-02-09
|/ /
* | macOS: Use `pbpaste` to detect a working clipboard (#7983)Marco Hinz2018-02-08
* | Merge pull request #7977 from jamessan/remove-coverallsJames McCoy2018-02-07
|\ \
| * | codecov: Report coverage even if some CI failedJames McCoy2018-02-07
| * | codecov: Submit test suite specific coverageJames McCoy2018-02-06
| * | ci: Remove coveralls coverage reportingJames McCoy2018-02-06
* | | Merge #6713 'tests for :! output'Justin M. Keyes2018-02-07
|\ \ \ | |/ / |/| |
| * | lint, minor cleanupJustin M. Keyes2018-02-07
| * | UI: restore 'writedelay' feature.Justin M. Keyes2018-02-07
| * | test: :! print binary data, control charsJustin M. Keyes2018-02-07
|/ /
* | exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)Justin M. Keyes2018-02-07
* | Merge #7971 ':terminal Enter/Leave should not increment jumplist'Justin M. Keyes2018-02-07
|\ \ | |/ |/|
| * :terminal Enter/Leave should not increment jumplistJustin M. Keyes2018-02-07
|/
* Merge pull request #7844 from bfredl/shelloutBjörn Linse2018-02-06
|\
| * tests: cleanup bufhl testBjörn Linse2018-02-06
| * shell: update `execute('!cmd')` test to new behaviorBjörn Linse2018-02-06
| * shell: add test for binary and multibyte outputBjörn Linse2018-02-06
| * shell: use msg_outtrans_len_attr for :!cmdBjörn Linse2018-02-05
|/
* Merge pull request #7957 from jamessan/lua-functionaltestJames McCoy2018-02-04
|\
| * lintJames McCoy2018-02-03