aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | Merge pull request #4480 from migueldvb/docsJustin M. Keyes2016-03-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update path to colors directory in syntax highlighting docsMiguel de Val-Borro2016-03-20
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4461 from bfredl/pum_k_eventJustin M. Keyes2016-03-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | edit.c: K_EVENT should not hide the popupmenuBjörn Linse2016-03-17
* | | | | | | | | | Merge pull request #4456 from jamessan/sorted-globsJustin M. Keyes2016-03-18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake: Create generated files in a consistent orderJames McCoy2016-03-15
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4459 from fflorent/vim-7.4.1574Justin M. Keyes2016-03-18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:7.4.1574Florent FAYOLLE2016-03-18
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4431 from philix/memfile-cleanupsJustin M. Keyes2016-03-17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Review of the memfile.c API and small refactoringsFelipe Oliveira Carvalho2016-03-16
| |/ / / / / / / / /
* | | | | | | | | | Merge #4446Justin M. Keyes2016-03-17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | test: minor changesJustin M. Keyes2016-03-17
| * | | | | | | | | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4418 from bfredl/remove_script_hostBjörn Linse2016-03-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | python: move script_host.py to python-clientBjörn Linse2016-03-15
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4168 from noahfrederick/patch-1Justin M. Keyes2016-03-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | man.vim: prefer cmd-line to normal-mode commandsNoah Frederick2016-03-05
| * | | | | | | | | man.vim: clean up regex/string comparisonsNoah Frederick2016-03-05
| * | | | | | | | | man.vim: fixes to argument handling and parsingNoah Frederick2016-03-05
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4440 from djrenren/nvim-in-macrosJustin M. Keyes2016-03-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | runtime/macros: replace "vim" with "nvim"John Renner2016-03-11
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4410 from alexgenco/ruby_rpluginJustin M. Keyes2016-03-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ruby remote plugin supportAlex Genco2016-03-10
* | | | | | | | | | Merge pull request #4438 from bfredl/pyfindpackageBjörn Linse2016-03-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rplugin: let the python host identify packagesBjörn Linse2016-03-11
|/ / / / / / / / / /
* | | | | | | | | | rplugin: Silence :doautocmd. #4384Justin M. Keyes2016-03-11
* | | | | | | | | | quickfix.c: enable -WconversionCharles Joachim2016-03-10
|/ / / / / / / / /
* | | | | | | | | rplugin: Initialize remote plugins lazily. #4384Shougo Matsushita2016-03-10
* | | | | | | | | Merge pull request #2877 from lucc/test88Justin M. Keyes2016-03-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: Update migrated legacy test 88 for patch 7.4.639.Lucas Hoffmann2016-03-09
| * | | | | | | | | tests: Modernize legacy test 88.Lucas Hoffmann2016-03-09
| * | | | | | | | | tests: Migrate legacy test 88.Lucas Hoffmann2016-03-09
* | | | | | | | | | build: Specify old behavior for POLICY CMP0059.Justin M. Keyes2016-03-09
* | | | | | | | | | Merge pull request #4409 from nhooyr/masterJustin M. Keyes2016-03-09
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | complete: disable folding when completingAnmol Sethi2016-03-09
* | | | | | | | | | Merge pull request #4427 from nicdumz/vim-7.4.1511Justin M. Keyes2016-03-09
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | vim-patch:7.4.1511Nicolas Dumazet2016-03-08
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4356 from watiko/fix-hi-normal-adjastJustin M. Keyes2016-03-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | syntax.c: Avoid the 'background' adjustment when true color enabledwatiko2016-03-08
|/ / / / / / / / /
* | | | | | | | | Merge PR #4423 'Make functional tests compatible with lua'Thiago de Arruda2016-03-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add travis build for lua functionaltestThiago de Arruda2016-03-07
| * | | | | | | | | Add Lua 5.1 as a third party depThiago de Arruda2016-03-07
| * | | | | | | | | Normalize nan/-nan in plugin/msgpack_spec.luaThiago de Arruda2016-03-07
| * | | | | | | | | Remove `goto` statement in lua code.Thiago de Arruda2016-03-07
| * | | | | | | | | Rewrite hexadecimal escape sequences as decimal in lua stringsThiago de Arruda2016-03-07
| * | | | | | | | | Remove dependency on ffi moduleThiago de Arruda2016-03-07
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4324 from watiko/vim-7.4.973Justin M. Keyes2016-03-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vim-patch:7.4.973watiko2016-03-06
| * | | | | | | | | ex_getln.c: Enable middle click pasting in command modewatiko2016-03-06
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4415 from oni-link/fix.leakJustin M. Keyes2016-03-05
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |