aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* health.vim: Remove sensible.vim advice. (#6709)Justin M. Keyes2017-05-10
| | | sensible.vim now avoids setting ttimeoutlen for nvim.
* Merge #4411 from ZyX-I/luaviml'/luaJustin M. Keyes2017-05-09
|\
| * Merge branch 'master' into luaviml'/luaZyX2017-05-08
| |\
| * \ Merge branch 'master' into luaviml'/luaZyX2017-04-10
| |\ \
| * \ \ Merge branch 'master' into luaviml'/luaZyX2017-04-08
| |\ \ \
| * | | | doc: Update vim_diff data regarding ShaDaZyX2017-03-27
| | | | |
| * | | | doc: Update vim_diff.txtZyX2017-03-27
| | | | |
| * | | | doc: Enhance documentationZyX2017-03-27
| | | | |
| * | | | doc,functests: Add documentationZyX2017-03-27
| | | | | | | | | | | | | | | Missing: updates to various lists.
* | | | | man.vim: Fix filename argument in mandoc #6693Matthew Wynn2017-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the -l flag to open a man file. TODO: Does not work on SunOS. Fixes #6683
* | | | | doc: nvim-from-vim: Prepend "~/.vim" #6694Adam Byrtek2017-05-08
| | | | |
* | | | | Merge #6597 'winhighlight'Justin M. Keyes2017-05-08
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | docs: 'winhighlight'Björn Linse2017-05-08
| | | | |
| * | | | options: allow different highlights in windowsBjörn Linse2017-05-08
|/ / / /
* | | | Make script_host.rb rubocop-cleanMarco Hinz2017-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following issues according to rubocop: runtime/autoload/provider/script_host.rb:2:11: C: Prefer single-quoted strings when you don't need string interpolation or special symbols. require "neovim/ruby_provider" ^^^^^^^^^^^^^^^^^^^^^^ runtime/autoload/provider/script_host.rb:5:5: C: Prefer single-quoted strings when you don't need string interpolation or special symbols. "Your neovim RubyGem is missing or out of date. " + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ runtime/autoload/provider/script_host.rb:5:55: C: Use \ instead of + or << to concatenate those strings. "Your neovim RubyGem is missing or out of date. " + runtime/autoload/provider/script_host.rb:6:5: C: Prefer single-quoted strings when you don't need string interpolation or special symbols. "Install the latest version using `gem install neovim`." ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This commit assumes Ruby 2.0.0+.
* | | | doc: apiJustin M. Keyes2017-05-01
| | | |
* | | | doc: Replace hardcoded TOCs with <M-]> advice.Justin M. Keyes2017-05-01
| | | |
* | | | help, man.vim: "outline" (TOC) feature #5169Tommy Allen2017-05-01
| | | |
* | | | doc/eval.txt: remove references to E706 (#6629)Daniel Hahler2017-05-01
| | | | | | | | | | | | Removed in Vim in 7.4.1578 (975b5271) and 7.4.1546 (f6f32c38b).
* | | | doc: bracketed-paste-modeJustin M. Keyes2017-05-01
| | | |
* | | | vim-patch:3df0173fa6d0Justin M. Keyes2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/3df0173fa6d0418e89ef4e9c1d04a97c92eec27c
* | | | vim-patch:690afe1fef87Justin M. Keyes2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/690afe1fef87e7eef6fb7343a926617d5f7315fa
* | | | vim-patch:369b6f57c426Justin M. Keyes2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/369b6f57c426b4bf39b4a0cac8d21ed1b5f7de4d
* | | | vim-patch:68563937f58eJustin M. Keyes2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/68563937f58ea2dc31b58739336c383d2fd7e6cf
* | | | vim-patch:bc2eada5424bJustin M. Keyes2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846 NA patches: vim-patch:294740d2ac42 vim-patch:a4ce25bd987a vim-patch:7034a8374345 vim-patch:14a612fa2e57 vim-patch:aaeabfbca571
* | | | vim-patch:cf49790443eeJustin M. Keyes2017-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/cf49790443eea7d720be556f4aaea261feb55259 NA patches: vim-patch:99c5eb4fd755
* | | | vim-patch:c0514bf4777aJustin M. Keyes2017-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/c0514bf4777a1d55f5785b3887c5686fd0bbe870
* | | | Merge pull request #6621 from jamessan/vim-7.4.2231James McCoy2017-04-30
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.2231,7.4.2239,7.4.2244,7.4.2245,7.4.2246,7.4.2263,8.0.0150
| * | | | vim-patch:7.4.2244James McCoy2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Adding pattern to ":oldfiles" is not a generic solution. Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some commands right now. https://github.com/vim/vim/commit/7b668e83d0635d082b7ec90d7d2aa30a9d7d8928
| * | | | vim-patch:7.4.2231James McCoy2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes vim/vim#575) https://github.com/vim/vim/commit/e11d61a3b1cdedf3144de697a2b38af62c3a78d8
* | | | | Merge #6588 from justinmk/guicursorJustin M. Keyes2017-04-30
|\ \ \ \ \
| * | | | | 'guicursor': No color/blink by defaultJustin M. Keyes2017-04-30
| |/ / / / | | | | | | | | | | | | | | | Closes #6577
* | | | | Merge #6622 'api: Deprecate nvim_buf_get_number'Justin M. Keyes2017-04-30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | api: deprecate obsolete nvim_buf_get_number functionBjörn Linse2017-04-30
|/ / / /
* | | | doc: Removed t_XX options/keycodes. (#6616)Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | Closes #4482 TODO: revisit find_key_option_len()
* | | | Merge #6615 from justinmk/vim-patchesJustin M. Keyes2017-04-29
|\ \ \ \
| * | | | vim-patch:25de4c232d58Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/25de4c232d580583feadae11ab34e3cc6333c350
| * | | | vim-patch:b4ada79aa7d0Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime file updates. https://github.com/vim/vim/commit/b4ada79aa7d0d1e5da3a659b1a203d7cae9f7f59 Closes #5055
| * | | | vim-patch:6d5ad4c4118cJustin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/6d5ad4c4118cab5fd96db157621c3aa9af368edb
| * | | | vim-patch:46fceaaa8d14Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/46fceaaa8d1447a9588736d86eb4908214187b08
* | | | | win: health.vim/check_ruby(): find `gem.cmd` #6608Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | gem.cmd is not found by system(['gem', ...]), pass it to cmd.exe.
* | | | | Merge #6613 from justinmk/vim-patchesJustin M. Keyes2017-04-29
|\| | | |
| * | | | vim-patch:4575876dc865Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/4575876dc865d4160f20d61bd822fbe7cafbec41
| * | | | vim-patch:dc08328821a2Justin M. Keyes2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/dc08328821a2c11e33dfb1980332e4923ec64fca NA patches: vim-patch:8.0.0028 vim-patch:8.0.0029 vim-patch:8.0.0030
| * | | | vim-patch:2ec618c9feacJustin M. Keyes2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/2ec618c9feac4573b154510236ad8121c77d0eca
| * | | | vim-patch:3e496b0ea319Justin M. Keyes2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0 NA patches: vim-patch:8.0.0015 vim-patch:8.0.0016 vim-patch:177778575148
| * | | | vim-patch:50ba526fbf3eJustin M. Keyes2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e vim-patch:20eeb6129d12
| * | | | vim-patch:64d8e25bf6efJustin M. Keyes2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab Closes #6611
| * | | | vim-patch:d07969093a9bJustin M. Keyes2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6
| * | | | vim-patch:8.0.0002Justin M. Keyes2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The netrw plugin does not work. Solution: Make it accept version 8.0. https://github.com/vim/vim/commit/9e1e7afc1f29b67fe3721442b49af3b20644a3ee vim-patch:b56e7ff0dbbf Update translations for intro page. https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb