aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
* | | | terminal: Do not change 'number', 'relativenumber' (#6796)Justin M. Keyes2017-05-27
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Showing the 'number' column in terminal buffers is a bit silly because of 'scrollback'. But it's mostly harmless and technically works as expected. The least surprising thing is to leave the user's settings alone. Since there are tradeoffs in both cases, we choose inertia. We still disable 'relativenumber' in *terminal-mode* (as opposed to normal-mode) because it is totally broken: the Nvim cursor (not terminal cursor) is always on the last line.
* | | docJustin M. Keyes2017-05-23
| | | | | | | | | | | | Closes #6788
* | | doc: *Terminal-mode* #6757Drew Neil2017-05-23
| | | | | | | | | | | | Closes #6756
* | | doc: on_stdout, on_stderr, onexit (#6761)Drew Neil2017-05-22
| | |
* | | doc: update *feature-list*, remove "gui_running"Justin M. Keyes2017-05-22
|/ / | | | | | | Closes #6783
* | docJustin M. Keyes2017-05-21
| |
* | Merge #6741 from justinmk/progpathJustin M. Keyes2017-05-15
|\ \
| * | startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
| | | | | | | | | | | | | | | | | | | | | If procfs is missing then libuv cannot find the exe path. Fallback to path_guess_exepath(), adapted from Vim findYourself(). Closes #6734
* | | Merge #6737 "options: make 'highlight' read-only"Justin M. Keyes2017-05-15
|\ \ \ | |/ / |/| |
| * | options: make 'highlight' read-onlyBjörn Linse2017-05-15
| | |
* | | Merge #6480 from ZyX-I/colored-cmdline'/input-dictJustin M. Keyes2017-05-13
|\ \ \ | |/ / |/| |
| * | doc: Add a note to vim_diff.txtZyX2017-05-13
| | |
| * | doc: Do not assume something is not supported in GUIZyX2017-05-10
| | |
| * | eval: Refactor get_user_input to support dictionaryZyX2017-05-10
| | |
* | | doc: Lua (#6722)Justin M. Keyes2017-05-11
| | | | | | | | | Closes #6705
* | | doc (#6719)Justin M. Keyes2017-05-11
| | | | | | | | | Closes #6712
* | | api: add metadata for ui eventsBjörn Linse2017-05-10
|/ /
* | 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.
* | | | | 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
|/ / / /
* | | | 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: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()
* | | | 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