aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | build/msvc: Remove confusing commentb-r-o-c-k2018-03-04
| * | | | | | | | build/msvc: Add Appveyor CI for MSVCb-r-o-c-k2018-03-04
| * | | | | | | | build/msvc: Workaround for compiler optimization bugb-r-o-c-k2018-03-04
| * | | | | | | | build/msvc: Fix errors caused by compiler intrinsicsb-r-o-c-k2018-03-04
| * | | | | | | | build/msvc: Make shell-test workb-r-o-c-k2018-03-04
| * | | | | | | | build/msvc: Add missing WIN32 macrob-r-o-c-k2018-03-04
| * | | | | | | | build/msvc: Remove pkgconfig dependency on Windowsb-r-o-c-k2018-03-04
| * | | | | | | | Merge branch 'master' into msvc-compatb-r-o-c-k2018-03-01
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
* | | | | | | | | | 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