aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'master' into msvc-compatb-r-o-c-k2018-03-01
|\
| * third-party: build all deps with debugging symbols (#8042)Marco Hinz2018-03-01
| * cscope: ignore EINTR while reading the prompt (#8079)Marco Hinz2018-02-28
* | build/msvc: Make libtermkey depend on Unibiliumb-r-o-c-k2018-03-01
* | build/msvc: Add patch for LuaRocksb-r-o-c-k2018-03-01
* | build/msvc: Add patch for libvtermb-r-o-c-k2018-03-01
* | build/msvc: Add CMakeLists.txt and header for Unibiliumb-r-o-c-k2018-03-01
* | build/msvc: Use patched libvterm for MSVCb-r-o-c-k2018-02-28
* | build/msvc: Add MSVC compiler flag when building LuaRocksb-r-o-c-k2018-02-28
* | build/msvc: Remove unnecessary copy command for msgpack DLLb-r-o-c-k2018-02-28
* | build/msvc: Fix linking for luajit and luvb-r-o-c-k2018-02-28
* | build/msvc: Allow building Unibilium on Windowsb-r-o-c-k2018-02-28
* | build/msvc: Remove unnecessary header includeb-r-o-c-k2018-02-28
* | build/msvc: Fix standard IO file number definitionsb-r-o-c-k2018-02-28
* | build/msvc: Fix missing restrict keywordb-r-o-c-k2018-02-28
* | build/msvc: Move include into unix_defs.hb-r-o-c-k2018-02-28
* | build/msvc: Fix name of import libraryb-r-o-c-k2018-02-28
* | build/msvc: Add mode_t typedef to win_defs.hb-r-o-c-k2018-02-28
* | build/msvc: Fix preprocessor parsingb-r-o-c-k2018-02-28
|/
* Merge pull request #8069 from jamessan/use-luacheck-releaseJames McCoy2018-02-26
|\
| * third-party: Explicitly version pin all luarocks modulesJames McCoy2018-02-26
| * third-party: Install all luarocks by name instead of URLJames McCoy2018-02-25
| * third-party: Use luacheck releases (0.21.2 for now) instead of masterJames McCoy2018-02-25
* | shada: fix typo (#8066)Daniel Hahler2018-02-25
|/
* unittest: Ignore all _Float-prefixed types (#8067)James McCoy2018-02-25
* Merge pull request #8055 from bfredl/strictwritedelayBjörn Linse2018-02-24
|\
| * screen.c: make negative 'writedelay' show all redrawsBjörn Linse2018-02-24
|/
* Merge #8035 from justinmk/teto-fillchars-prJustin M. Keyes2018-02-23
|\
| * 'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron2018-02-23
| * defaults: 'fillchars'Justin M. Keyes2018-02-23
|/
* Merge pull request #8050 from bfredl/stopbridgeBjörn Linse2018-02-22
|\
| * ui_bridge: make sure TUI receives no more UI events after "stop" eventBjörn Linse2018-02-22
* | Merge #8044 'build: improve Lua module checks'Justin M. Keyes2018-02-22
|\ \ | |/ |/|
| * cmake/LuaHelpers.cmake: check_lua_module: use 'lua -l'Daniel Hahler2018-02-22
| * cmake/LuaHelpers.cmake: check_lua_module: display errorsDaniel Hahler2018-02-22
* | health.vim: minor cleanup (#8046)Daniel Hahler2018-02-22
* | health/provider: check Python also with loaded_var (#8047)Daniel Hahler2018-02-22
* | checkhealth: python: do not report pythonx_errs twice (#8045)Daniel Hahler2018-02-22
* | runtime/autoload/health/*.vim: fix vint warning (#8048)Daniel Hahler2018-02-22
* | vim-patch:8.0.0225: put in Visual block mode terminates early (#8040)UTkarsh Maheshwari2018-02-21
* | Merge pull request #8039 from bfredl/deadscreenBjörn Linse2018-02-21
|\ \ | |/ |/|
| * screen: win_del_lines/win_ins_lines cleanupBjörn Linse2018-02-21
| * screen: remove dead code emulating terminals without scroll regionsBjörn Linse2018-02-21
|/
* vim-patch:8.0.0222: blockwise put on multi-byte char (#8030)KunMing Xie2018-02-20
* Merge pull request #8031 from bfredl/gotintstatusBjörn Linse2018-02-20
|\
| * jobwait: return -2 on interrupt also with timeoutBjörn Linse2018-02-20
* | Merge pull request #8019 from jamessan/invalid-provider-stderrJames McCoy2018-02-19
|\ \
| * | Add provider#Poll() to handle starting and polling the providerJames McCoy2018-02-16
| * | provider: Safely access job.stderr in #RequireJames McCoy2018-02-16
| * | provider: ruby: Use stderr_buffered to collect stderrJames McCoy2018-02-16
| |/