aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | 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
* | | | | | | | | | version.c: update [ci skip] (#7999)Marvim the Paranoid Android2018-03-08
* | | | | | | | | | vim-patch:8.0.0513: fix getting name of cleared highlight group (#8103)KunMing Xie2018-03-08
* | | | | | | | | | health/provider: python: warning with correct host prog (#8049)Daniel Hahler2018-03-04
* | | | | | | | | | vim-patch:8.0.0220: highlight completion misses some values #8013ckelsel2018-03-04
* | | | | | | | | | vim-patch:8.0.0234,8.0.0236,8.0.0225 (#8052)KunMing Xie2018-03-04
* | | | | | | | | | Merge pull request #8077 from bfredl/msgcharBjörn Linse2018-03-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | message: don't output unprintable chars to screenBjörn Linse2018-03-04
|/ / / / / / / / / /
* | | | | | | | | | scripts: fix shebang of shadacat.py [ci skip]Marco Hinz2018-03-04
* | | | | | | | | | ci: the homebrew formula for Python 3 was renamed (#8094)Marco Hinz2018-03-04
* | | | | | | | | | vim-patch:8.0.1561: crash with rust syntax highligting (#8095)James McCoy2018-03-03
* | | | | | | | | | api: nvim_list_uis #8004geekodour2018-03-03
* | | | | | | | | | Merge #8072 from mhinz/vim-8.0.1439Justin M. Keyes2018-03-03
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | vim-patch:8.0.1442: using pointer before it is setMarco Hinz2018-02-26
| * | | | | | | | | vim-patch:8.0.1439: if cscope fails a search Vim may hangMarco Hinz2018-02-26
* | | | | | | | | | 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
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | 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
|\ \ \ \ \ \ \ \ \