aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #4441 from cacplate/pr-2842Felipe Oliveira Carvalho2016-03-29
|\
| * path.c: enable -WconversionCharles Joachim2016-03-27
|/
* Correctly reset qf_list_T in qf_free()Jun T2016-03-25
|
* Merge pull request #4480 from migueldvb/docsJustin M. Keyes2016-03-20
|\ | | | | doc: Update path to colors directory in syntax highlighting docs
| * 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
|\ | | | | K_EVENT should not hide the popupmenu
| * edit.c: K_EVENT should not hide the popupmenuBjörn Linse2016-03-17
| | | | | | | | Nor should K_FOCUSGAINED and K_FOCUSLOST.
* | Merge pull request #4456 from jamessan/sorted-globsJustin M. Keyes2016-03-18
|\ \ | | | | | | cmake: Create generated files in a consistent order
| * | 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.1574
| * | vim-patch:7.4.1574Florent FAYOLLE2016-03-18
|/ / | | | | | | | | | | | | Problem: ":undo 0" does not work. (Florent Fayolle) Solution: Make it undo all the way. (closes vim/vim#688) https://github.com/vim/vim/commit/d22e9465f6228207a4fe722ee84371c7817060d6
* | Merge pull request #4431 from philix/memfile-cleanupsJustin M. Keyes2016-03-17
|\ \ | | | | | | Review of the memfile.c API and small refactorings
| * | Review of the memfile.c API and small refactoringsFelipe Oliveira Carvalho2016-03-16
| |/ | | | | | | | | | | | | | | | | - Create `mf_free_fnames()` that frees and nullifies `mf_[f]fname` - Create `mf_set_fnames()` to set the `mf_fname` and the `mf_ffname` altoghether - Have `mf_do_open` return a bool to indicate success so that calles don't have to check `memfile_T::mf_fd` (file descriptor) - Inline `mf_write_block`
* | Merge #4446Justin M. Keyes2016-03-17
|\ \ | |/ |/|
| * test: minor changesJustin M. Keyes2016-03-17
| |
| * 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
|/ | | | | | | Add "Don't give the file editing message" flag in shortmess option. Add the UI tests by @fmoralesc Fix the changes for Vim 7.4.1570
* Merge pull request #4418 from bfredl/remove_script_hostBjörn Linse2016-03-15
|\ | | | | python: remove script_host.py that now is in neovim/python-client
| * 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: parse page names containing dash or dot
| * man.vim: prefer cmd-line to normal-mode commandsNoah Frederick2016-03-05
| |
| * man.vim: clean up regex/string comparisonsNoah Frederick2016-03-05
| | | | | | | | | | - Explicitly specify case sensitivity when comparing strings - Clean up unnecessarily complex `if` statements
| * man.vim: fixes to argument handling and parsingNoah Frederick2016-03-05
| | | | | | | | | | | | | | | | | | | | | | - Define a collection of legal characters when parsing page and section in `s:parse_page_and_section()` instead of relying on 'iskeyword', which is unreliable. - Allow non-numeric section names (e.g., `3c`). - Simplify argument handling in `man#get_page()` to accommodate non-numeric section names. Fixes #4165.
* | Merge pull request #4440 from djrenren/nvim-in-macrosJustin M. Keyes2016-03-11
|\ \ | | | | | | Replace vim with nvim in macros
| * | 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 support
| * | Ruby remote plugin supportAlex Genco2016-03-10
| | |
* | | Merge pull request #4438 from bfredl/pyfindpackageBjörn Linse2016-03-11
|\ \ \ | | | | | | | | rplugin: let the python host identify packages
| * | | 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
|\ \ | | | | | | test: Migrate legacy test 88.
| * | tests: Update migrated legacy test 88 for patch 7.4.639.Lucas Hoffmann2016-03-09
| | | | | | | | | | | | The patch was merged into master at d25a59f4.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | This is needed as long as we support cmake older than 2.8.12. When we bump the minimum version to 2.8.12, we can use target_compile_options() and add_compile_options() instead. Closes #4389
* | | Merge pull request #4409 from nhooyr/masterJustin M. Keyes2016-03-09
|\ \ \ | |/ / |/| | complete: disable folding when completing
| * | complete: disable folding when completingAnmol Sethi2016-03-09
| | | | | | | | | | | | Fixes vim/vim#643
* | | Merge pull request #4427 from nicdumz/vim-7.4.1511Justin M. Keyes2016-03-09
|\ \ \ | |/ / |/| | vim-patch:7.4.1511
| * | vim-patch:7.4.1511Nicolas Dumazet2016-03-08
|/ / | | | | | | | | | | | | Problem: Statusline highlighting is sometimes wrong. Solution: Check for Highlight type. (Christian Brabandt) https://github.com/vim/vim/commit/af6e36ff16736106a1bc63bb4d01f51fdfeb29a2
* | Merge pull request #4356 from watiko/fix-hi-normal-adjastJustin M. Keyes2016-03-08
|\ \ | | | | | | syntax.c: Avoid the 'background' adjustment when true color enabled
| * | 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
| | | | | | | | | | | | | | | Also add a functionaltest-lua target to run the functional tests using the lua interpreter and corresponding helper to top-level Makefile
| * | Normalize nan/-nan in plugin/msgpack_spec.luaThiago de Arruda2016-03-07
| | | | | | | | | | | | | | | | | | | | | -NaN doesn't exist in the IEEE 754 spec, it is a hardware-specific detail abstracted away by luajit(and not by lua or nvim), so there's no need to test it. Normalize all tests that involve -nan so the suite will be compatible with both Lua and Luajit.
| * | Remove `goto` statement in lua code.Thiago de Arruda2016-03-07
| | | | | | | | | | | | `goto` is another luajit extension not compatible with 5.1.
| * | Rewrite hexadecimal escape sequences as decimal in lua stringsThiago de Arruda2016-03-07
| | | | | | | | | | | | | | | | | | | | | The hexadecimal notation is a Luajit extension which is not compatible with Lua 5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with 5.1 API/ABI).
| * | 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.973