aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | keymap: allow modifiers to multibyte chars, like <m-ä>Björn Linse2019-08-16
|/ /
* | Merge #10785 from bfredl/tui_startJustin M. Keyes2019-08-16
|\ \
| * | Remove TSan suppression config [skip appveyor]Daniel Hahler2019-08-15
| * | TUI: do not use "starting" global mutated by main threadBjörn Linse2019-08-15
* | | vim-patch:8.1.1852: timers test is flaky #10788Jan Edmund Lazo2019-08-16
* | | Merge #10783 from erw7/debug-job-specJustin M. Keyes2019-08-16
|\ \ \
| * | | Change to output status on failureerw72019-08-16
| * | | windows: ok(#children >= 3 and #chidlen <= 5)erw72019-08-16
| * | | windows: ok(#children >= 4 and #children <= 5)Daniel Hahler2019-08-16
| |/ /
* | | Merge pull request #10784 from blueyed/improve-version-compile-flagsDaniel Hahler2019-08-15
|\ \ \
| * | | src/nvim/CMakeLists.txt: use compile options/definitionsDaniel Hahler2019-08-15
| * | | get_compile_flags: also look at target propertiesDaniel Hahler2019-08-15
| |/ /
* / / emsg_multiline: log Vim errors (#10778)Daniel Hahler2019-08-15
|/ /
* | Merge #10761 from justinmk/win-utf-libuv-alignJustin M. Keyes2019-08-15
|\ \
| * | build/win: fix warningsJustin M. Keyes2019-08-15
| * | os/: remove redundant defineJustin M. Keyes2019-08-15
| * | utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
| * | utf8_to_utf16: align with libuvJustin M. Keyes2019-08-15
* | | CI/travis: git clone -q #10781Jan Edmund Lazo2019-08-15
|/ /
* | tests: skip "API nvim_parse_expression" on MSVC_32 (#10773)Daniel Hahler2019-08-14
* | Merge pull request #10774 from bfredl/miminal_fdcBjörn Linse2019-08-14
|\ \
| * | api: nvim_win_open() style="minimal" should disable 'foldcolumn'Björn Linse2019-08-14
* | | Merge pull request #10779 from blueyed/ci-homebrew-no-updateDaniel Hahler2019-08-14
|\ \ \
| * | | build: TSan: add src/.tsan-suppressionsDaniel Hahler2019-08-14
| * | | ci: Travis: build.sh: use cat "-vet" for osxDaniel Hahler2019-08-14
| * | | ci: Travis: homebrew: update=false [skip appveyor]Daniel Hahler2019-08-14
* | | | pyxversion: fix logic error #10759Björn Linse2019-08-14
|/ / /
* | | clang/"null pointer dereference" #10776Ihor Antonov2019-08-14
* | | ci: Travis: check logs for TSan also (#10775)Daniel Hahler2019-08-14
* | | Merge pull request #10757 from bfredl/compfixBjörn Linse2019-08-14
|\ \ \ | |/ / |/| |
| * | compositor: handle invalid screen positions after resize gracefullyBjörn Linse2019-08-14
|/ /
* | Merge #10763 from justinmk/startup-guicursorJustin M. Keyes2019-08-14
|\ \
| * | styleJustin M. Keyes2019-08-13
| * | startup: handle 'guicursor' after user configJustin M. Keyes2019-08-13
* | | clipboard: handle/avoid SIGTERM with previous owner #10765Daniel Hahler2019-08-14
* | | tests: fix/improve "jobwait returns -1 when timed out" #10767Daniel Hahler2019-08-14
* | | tests: include `timer_start` in duration #10772Daniel Hahler2019-08-14
* | | mksession: use exists(':tcd'), not has('nvim') #10770mg9792019-08-14
* | | vim-patch:8.1.0456: running test hangs when the input file is being edited (#...Daniel Hahler2019-08-14
* | | tests: use larger timeout with "timers can be stopped from the handler" (#10760)Daniel Hahler2019-08-14
* | | Merge pull request #10752 from blueyed/vim-8.0.1179Daniel Hahler2019-08-13
|\ \ \ | |/ / |/| |
| * | vim-patch:8.1.1842: test listed as flaky should no longer be flakyDaniel Hahler2019-08-13
| * | vim-patch:8.0.1179: Test_popup_and_window_resize() does not always passDaniel Hahler2019-08-13
|/ /
* | clang/"null pointer dereference" #10755Ihor Antonov2019-08-13
* | vim-patch:8.1.1843: might be freeing memory that was not allocated (#10756)Jan Edmund Lazo2019-08-13
* | build: link libraries by full path (for luv.so) (#10661)Daniel Hahler2019-08-12
* | testdir/test_popup.vim: sync/align with Vim (#10751)Daniel Hahler2019-08-12
* | ex_getln.c: fix compute_cmdrow() not resetting lines_left (#10749)Ghjuvan Lacambre2019-08-12
* | Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\ \ | |/ |/|
| * Change to not test msg_puts_pirntf() in unix CIerw72019-06-09