aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
| * | | *: Replace all occurrences of NVim with NvimZyX2017-11-30
| | | |
| * | | Merge branch 'master' into expression-parserZyX2017-11-30
| |\ \ \
| * | | | doc: Some small fixesZyX2017-11-26
| | | | |
| * | | | Merge branch 'master' into expression-parserZyX2017-11-26
| |\ \ \ \
| * | | | | doc: Update documentationZyX2017-11-19
| | | | | |
* | | | | | tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get terminal debugging info by starting Nvim with 'verbose' level 3: nvim -V3log This is like Vim's `:set termcap`, which was removed in Nvim (and would be very awkward to restore because of the decoupled UI).
* | | | | | Fix job_control docFilip Szymański2017-12-03
| |_|_|/ / |/| | | |
* | | | | Fix type in job_control docWang Shidong2017-12-01
| |_|/ / |/| | |
* | | | tui: expose terminal type in 'term' optionJustin M. Keyes2017-11-27
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Since "builtin" terminfo definitions were implemented (7cbf52db1bdf), the decisions made by tui.c and terminfo.c are more relevant. Exposing that decision in the 'term' option helps with troubleshooting. Also: remove code that allowed setting t_Co. `:set t_Co=…` has never worked; the highlight_spec test asserting that nvim_set_option('t_Co') _does_ work makes no sense, and should not have worked.
* | | channels: update documentationBjörn Linse2017-11-25
| | |
* | | channels: move away term code from eval.cBjörn Linse2017-11-25
| | |
* | | cmdline: CmdlineEnter and CmdlineLeave autocommands (#7422)Björn Linse2017-11-22
|/ / | | | | | | | | | | | | | | | | | | vim-patch:fafcf0dd59fd patch 8.0.1206: no autocmd for entering or leaving the command line Problem: No autocmd for entering or leaving the command line. Solution: Add CmdlineEnter and CmdlineLeave. https://github.com/vim/vim/commit/fafcf0dd59fd9c4ef743bb333ae40d1d322b6079
* | vim-patch:8.0.0283ckelsel2017-11-19
| | | | | | | | | | | | | | | | | | Problem: The return value of mode() does not indicate that completion is active in Replace and Insert mode. (Zhen-Huan (Kenny) Hu) Solution: Add "c" or "x" for two kinds of completion. (Yegappan Lakshmanan, closes vim/vim#1397) Test some more modes. https://github.com/vim/vim/commit/e90858d0229444b3cd16b1cd3a8d61a24c435705
* | 'viewoptions': add "curdir" flag #7447Eric Roberts2017-11-18
| | | | | | | | | | | | | | | | | | | | The flag enables the current local directory set by ":lcd" to be saved to views which is the current default behaviour. The option can be removed to disable this behaviour. closes #7435 vim-patch:8.0.1289
* | doc: Fix pathshorten() example (#7571)Drew Neil2017-11-16
| |
* | runtime: revert netrw update (#7557)Justin M. Keyes2017-11-14
| | | | | | | | fixes #7527 fixes #7536
* | defaults: scrollback=10000 (#7556)Justin M. Keyes2017-11-14
| |
* | :checkhealth : validate 'runtimepath' (#7526)Justin M. Keyes2017-11-10
| |
* | doc/vim_diff.txt: mention NormalNCJustin M. Keyes2017-11-10
| |
* | compat: "v:count" distinct from "count" (#7407)Marco Hinz2017-11-09
| |
* | doc: 'clipboard': soft-remove autoselect* flags #7509Arno Friedrich2017-11-08
| | | | | | | | | | | | We may restore this feature, but docs shouldn't mention it until then. ref #2325
* | Merge #7465 has('ttyin'), has('ttyout')Justin M. Keyes2017-11-08
|\ \
| * | vim-patch:8.0.0096: has('ttyin'), has('ttyout')Justin M. Keyes2017-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nvim note: intentionally did not include `--ttyfail` since its purpose is not clear. (And it isn't used in any Vim test files/scripts). --- Problem: When the input or output is not a tty Vim appears to hang. Solution: Add the --ttyfail argument. Also add the "ttyin" and "ttyout" features to be able to check in Vim script. https://github.com/vim/vim/commit/2cab0e191055a8145ccd46cd52869fbb9798b971
* | | vim-patch:b0d45e7f5354Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/b0d45e7f5354375edd02afafde3bd37dac1515ff
* | | vim-patch:01164a6546b4Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Long overdue runtime update. https://github.com/vim/vim/commit/01164a6546b4c635daf96a1f17d1cb2d07f32a66
* | | vim-patch:24a98a0eb772Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/24a98a0eb77245adc50facad8b735b20bfd31a7e
* | | vim-patch:37c64c78fd87Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Ignored changes to matchit.vim in favor of faca81411628. --- Update runtime files. https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
* | | vim-patch:c572da5f67aaJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
* | | vim-patch:1ccd8fff8acfJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/1ccd8fff8acfbd5df0fc0e9b4d288af84e51233e
* | | vim-patch:f55e4c867f77Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Updated runtime files https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
* | | vim-patch:b6e0ec6b71c4Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Documentation updates. https://github.com/vim/vim/commit/b6e0ec6b71c45284d94f51728dbc33e5d3428ff4
* | | vim-patch:74675a666b51Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Updated runtime files and translations. https://github.com/vim/vim/commit/74675a666b51edd61e0210132658d81a86c5102c
* | | vim-patch:3ec574f2b549Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. Includes changing &sw to shiftwidth() for all indent scripts. https://github.com/vim/vim/commit/3ec574f2b549f456f664f689d6da36dc5719aeb9
* | | vim-patch:6aa8cea46d41Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/6aa8cea46d4179b2617daae034063dd0d8054e35
* | | vim-patch:b4d6c3ea4a59Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/b4d6c3ea4a59c6d8d4e0e52120596866f0edd510
* | | vim-patch:94237495c03fJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/94237495c03f919a60b262fdcd3861e1931fc45a
* | | vim-patch:cd5c8f825078Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/cd5c8f82507822467232ab71e1ebbaae19595916
* | | vim-patch:e0720cbf63ebJustin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/e0720cbf63eb3045be8d965e3182c0c392c7b5e9
* | | vim-patch:3c2881dc1195Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | | | Update runtime files. Add Rust support. https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
* | | doc: deprecate 'highlight'; remove howto.txt (#7497)Justin M. Keyes2017-11-07
| | |
* | | vim-patch:036986f1507dJustin M. Keyes2017-11-06
| | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/036986f1507d223549d110af300144468bd3a1f7
* | | vim-patch:214641f77df6Justin M. Keyes2017-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime file updates. https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 N/A: vim-patch:26a280c47a1c
* | | doc: API (generated)Justin M. Keyes2017-11-06
| | |
* | | doc: job-controlJustin M. Keyes2017-11-06
| | | | | | | | | | | | | | | | | | closes #4266 closes #4746 ref https://github.com/neovim/neovim/issues/7058#issuecomment-317196803
* | | docJustin M. Keyes2017-11-06
| | |
* | | docs: correct cmdline_special_char documentation (#7475)Björn Linse2017-11-03
|/ /
* | Merge #7454 'ui: ext_wildmenu'Justin M. Keyes2017-10-31
|\ \ | | | | | | | | | | | | closes #6168 ref #5686
| * | doc: ui.txtBjörn Linse2017-10-29
| | |
| * | ui: allow external ui to draw wildmenuDongdong Zhou2017-10-29
|/ / | | | | | | | | Co-authored-by: Björn Linse <bjorn.linse@gmail.com> Updated docs and tests.
* | doc/ui.txtJustin M. Keyes2017-10-29
| |