Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #4441 from cacplate/pr-2842 | Felipe Oliveira Carvalho | 2016-03-29 |
|\ | |||
| * | path.c: enable -Wconversion | Charles Joachim | 2016-03-27 |
|/ | |||
* | Correctly reset qf_list_T in qf_free() | Jun T | 2016-03-25 |
| | |||
* | Merge pull request #4480 from migueldvb/docs | Justin M. Keyes | 2016-03-20 |
|\ | | | | | doc: Update path to colors directory in syntax highlighting docs | ||
| * | Update path to colors directory in syntax highlighting docs | Miguel de Val-Borro | 2016-03-20 |
|/ | |||
* | Merge pull request #4461 from bfredl/pum_k_event | Justin M. Keyes | 2016-03-18 |
|\ | | | | | K_EVENT should not hide the popupmenu | ||
| * | edit.c: K_EVENT should not hide the popupmenu | Björn Linse | 2016-03-17 |
| | | | | | | | | Nor should K_FOCUSGAINED and K_FOCUSLOST. | ||
* | | Merge pull request #4456 from jamessan/sorted-globs | Justin M. Keyes | 2016-03-18 |
|\ \ | | | | | | | cmake: Create generated files in a consistent order | ||
| * | | cmake: Create generated files in a consistent order | James McCoy | 2016-03-15 |
| |/ | |||
* | | Merge pull request #4459 from fflorent/vim-7.4.1574 | Justin M. Keyes | 2016-03-18 |
|\ \ | | | | | | | vim-patch:7.4.1574 | ||
| * | | vim-patch:7.4.1574 | Florent FAYOLLE | 2016-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-cleanups | Justin M. Keyes | 2016-03-17 |
|\ \ | | | | | | | Review of the memfile.c API and small refactorings | ||
| * | | Review of the memfile.c API and small refactorings | Felipe Oliveira Carvalho | 2016-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 #4446 | Justin M. Keyes | 2016-03-17 |
|\ \ | |/ |/| | |||
| * | test: minor changes | Justin M. Keyes | 2016-03-17 |
| | | |||
| * | 'shortmess': Add "F" flag. #4446 | Shougo Matsushita | 2016-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_host | Björn Linse | 2016-03-15 |
|\ | | | | | python: remove script_host.py that now is in neovim/python-client | ||
| * | python: move script_host.py to python-client | Björn Linse | 2016-03-15 |
|/ | |||
* | Merge pull request #4168 from noahfrederick/patch-1 | Justin M. Keyes | 2016-03-13 |
|\ | | | | | man.vim: parse page names containing dash or dot | ||
| * | man.vim: prefer cmd-line to normal-mode commands | Noah Frederick | 2016-03-05 |
| | | |||
| * | man.vim: clean up regex/string comparisons | Noah Frederick | 2016-03-05 |
| | | | | | | | | | | - Explicitly specify case sensitivity when comparing strings - Clean up unnecessarily complex `if` statements | ||
| * | man.vim: fixes to argument handling and parsing | Noah Frederick | 2016-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-macros | Justin M. Keyes | 2016-03-11 |
|\ \ | | | | | | | Replace vim with nvim in macros | ||
| * | | runtime/macros: replace "vim" with "nvim" | John Renner | 2016-03-11 |
|/ / | |||
* | | Merge pull request #4410 from alexgenco/ruby_rplugin | Justin M. Keyes | 2016-03-11 |
|\ \ | | | | | | | Ruby remote plugin support | ||
| * | | Ruby remote plugin support | Alex Genco | 2016-03-10 |
| | | | |||
* | | | Merge pull request #4438 from bfredl/pyfindpackage | Björn Linse | 2016-03-11 |
|\ \ \ | | | | | | | | | rplugin: let the python host identify packages | ||
| * | | | rplugin: let the python host identify packages | Björn Linse | 2016-03-11 |
|/ / / | |||
* | | | rplugin: Silence :doautocmd. #4384 | Justin M. Keyes | 2016-03-11 |
| | | | |||
* | | | quickfix.c: enable -Wconversion | Charles Joachim | 2016-03-10 |
|/ / | |||
* | | rplugin: Initialize remote plugins lazily. #4384 | Shougo Matsushita | 2016-03-10 |
| | | |||
* | | Merge pull request #2877 from lucc/test88 | Justin M. Keyes | 2016-03-10 |
|\ \ | | | | | | | test: Migrate legacy test 88. | ||
| * | | tests: Update migrated legacy test 88 for patch 7.4.639. | Lucas Hoffmann | 2016-03-09 |
| | | | | | | | | | | | | The patch was merged into master at d25a59f4. | ||
| * | | tests: Modernize legacy test 88. | Lucas Hoffmann | 2016-03-09 |
| | | | |||
| * | | tests: Migrate legacy test 88. | Lucas Hoffmann | 2016-03-09 |
| | | | |||
* | | | build: Specify old behavior for POLICY CMP0059. | Justin M. Keyes | 2016-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/master | Justin M. Keyes | 2016-03-09 |
|\ \ \ | |/ / |/| | | complete: disable folding when completing | ||
| * | | complete: disable folding when completing | Anmol Sethi | 2016-03-09 |
| | | | | | | | | | | | | Fixes vim/vim#643 | ||
* | | | Merge pull request #4427 from nicdumz/vim-7.4.1511 | Justin M. Keyes | 2016-03-09 |
|\ \ \ | |/ / |/| | | vim-patch:7.4.1511 | ||
| * | | vim-patch:7.4.1511 | Nicolas Dumazet | 2016-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-adjast | Justin M. Keyes | 2016-03-08 |
|\ \ | | | | | | | syntax.c: Avoid the 'background' adjustment when true color enabled | ||
| * | | syntax.c: Avoid the 'background' adjustment when true color enabled | watiko | 2016-03-08 |
|/ / | |||
* | | Merge PR #4423 'Make functional tests compatible with lua' | Thiago de Arruda | 2016-03-07 |
|\ \ | |||
| * | | Add travis build for lua functionaltest | Thiago de Arruda | 2016-03-07 |
| | | | |||
| * | | Add Lua 5.1 as a third party dep | Thiago de Arruda | 2016-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.lua | Thiago de Arruda | 2016-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 Arruda | 2016-03-07 |
| | | | | | | | | | | | | `goto` is another luajit extension not compatible with 5.1. | ||
| * | | Rewrite hexadecimal escape sequences as decimal in lua strings | Thiago de Arruda | 2016-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 module | Thiago de Arruda | 2016-03-07 |
|/ / | |||
* | | Merge pull request #4324 from watiko/vim-7.4.973 | Justin M. Keyes | 2016-03-05 |
|\ \ | | | | | | | vim-patch:7.4.973 |