aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
* | docs: breakout ui.txt from msgpack_rpc.txtBjörn Linse2017-10-26
| |
* | ext_cmdline: documentationBjörn Linse2017-10-26
| |
* | ext_cmdline: fix firstc, change cmdline_leave to cmdline_hideDongdong Zhou2017-10-26
| |
* | ext_cmdline: change the content formatDongdong Zhou2017-10-26
| |
* | ext_cmdline: use standard external ui functionsDongdong Zhou2017-10-26
| |
* | ext_cmdline: Added cmdline promptDongdong Zhou2017-10-26
| |
* | ext_cmdline: allow external ui to draw cmdlineDongdong Zhou2017-10-26
| |
* | Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
|\ \
| * | doc: Describe everything what is in `vim` lua “module”ZyX2017-08-16
| | | | | | | | | | | | [ci skip]
| * | lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
| | |
* | | :cquit : take an error code argument #7336Josh Leeb-du Toit2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #2699 ex_cmds.lua: use flags consistent with similar commands such as `cnext`. upstream discussion: "[patch] :qcuit can take exit code" https://groups.google.com/d/msg/vim_dev/_PjyNbUKyRc/oPgr5_ZXc6AJ
* | | help, man.vim: change "outline" map to gO (#7405)Justin M. Keyes2017-10-21
| | |
* | | Merge pull request #7404 from jamessan/vim-8.0.0118James McCoy2017-10-18
|\ \ \ | | | | | | | | vim-patch:8.0.0118
| * | | vim-patch:8.0.0118James McCoy2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime updates that were bundled into the otherwise NA commit: Problem: "make proto" adds extra function prototype. Solution: Add vim/vim#ifdef. https://github.com/vim/vim/commit/5162822914372fc916a93f85848c0c82209e7cec
* | | | doc: E5009 "Invalid $VIMRUNTIME"Justin M. Keyes2017-10-17
| | | |
* | | | doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
|/ / /
* | | syntax: 'cursorline': revert priority change (#7400)Justin M. Keyes2017-10-16
| | | | | | | | | | | | | | | ref #7383 reverts d1874ab2821d076397290cc154d87ec2dc352c79 ref #6380
* | | doc: remove E172 (#7395)Justin M. Keyes2017-10-15
| | | | | | | | | | | | | | | vim-patch:8.0.1189 We already made the code-change in 0e44916fff88
* | | health.vim: rename "suggestions" to "advice" in most placesJustin M. Keyes2017-10-15
| | |
* | | syntax: 'cursorline': low priority #6380Justin M. Keyes2017-10-07
| | |
* | | syntax: 'cursorcolumn', 'colorcolumn': low priority #6380Justin M. Keyes2017-10-07
| | |
* | | 'titleold': simplify behaviorJustin M. Keyes2017-10-05
| | | | | | | | | | | | | | | | | | - default 'titleold' to empty - set title on exit if 'title' is enabled and 'titleold' is non-empty - update docs
* | | doc: fix typo with :lcd (#7299)Daniel Hahler2017-09-22
| | |
* | | runtime/syntax/vim.vim: disable g:vimsyn_embed by defaultJustin M. Keyes2017-09-17
| | | | | | | | | | | | | | | This feature is extremely slow. Also merge some minor upstream differences (missed by a previous merge).
* | | tui: support new iterm2, iTerm2.app terminfo entriesLeonardo Brondani Schenkel2017-08-26
| | | | | | | | | | | | | | | | | | | | | | | | iTerm2 got its own entry in Thomas Dickey's terminfo.src on 2017-08-16. Make sure that the new entry is handled in the same way as the old entry. closes #7209 closes #7214
* | | Update documentationDrew Neil2017-08-21
| | |
* | | doc/api: nvim_out_write() and friendsJustin M. Keyes2017-08-18
| | | | | | | | | | | | References #7178
* | | version: tweak layout, docJustin M. Keyes2017-08-18
| | |
* | | docJustin M. Keyes2017-08-18
| | |
* | | Merge #6364 'command-line color hook'Justin M. Keyes2017-08-16
|\ \ \ | |/ / |/| |
| * | doc: State that it is called for new *displayed* inputZyX2017-08-14
| | |
| * | doc: Clarify how function is executedZyX2017-08-14
| | |
| * | Merge branch 'master' into colored-cmdlineZyX2017-08-06
| |\ \
| * \ \ Merge branch 'master' into colored-cmdlineZyX2017-07-31
| |\ \ \
| * \ \ \ Merge branch 'master' into colored-cmdlineZyX2017-07-31
| |\ \ \ \
| * | | | | doc: Update documentationZyX2017-07-26
| | | | | |
| * | | | | doc: Adjust documentation a bitZyX2017-07-17
| | | | | | | | | | | | | | | | | | 2 spaces after sentense ends, clarify what will be highlighted.
| * | | | | Merge branch 'master' into colored-cmdlineZyX2017-07-15
| |\ \ \ \ \
| * | | | | | eval,ex_getln: Add support for coloring input() promptsZyX2017-06-27
| | | | | | |
* | | | | | | vim-patch:8.0.0111 (#7090)KunMing Xie2017-08-06
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The :history command is not tested. Solution: Add tests. (Dominique Pelle) https://github.com/vim/vim/commit/eebd84eb94ed7f59a06a52cb4863563642f58899
* | | | | | input: skip dialogs if no UI is activeJustin M. Keyes2017-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Treat dialogs in the same way as "silent mode" (`nvim -es`). References #1984 References #3901
* | | | | | doc: Remove/relocate win32 notes.Justin M. Keyes2017-08-03
| | | | | |
* | | | | | doc: "terminal" always means "embedded terminal emulator"Justin M. Keyes2017-08-03
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Prefer "TUI" where possible to refer to the host terminal. - Remove obsolete tags and ancient TTY exposition. - Establish "terminal" to consistently mean "terminal emulator" in all Nvim documentation. This removes the need for verbose qualifiers in tags and prose. References #6280 References #6803
* | | | | options: remove ghost of `:set termcap` (#7102)Justin M. Keyes2017-07-31
| |_|/ / |/| | | | | | | Closes #6763
* | | | doc: tui colors, cursorJustin M. Keyes2017-07-30
| | | |
* | | | vim-patch:8.0.0020Jurica Bradaric2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The regexp engines are not reentrant. Solution: Add regexec_T and save/restore the state when needed. https://github.com/vim/vim/commit/6100d02aab7c8294b581cb299250eea164b50e9d
* | | | docJustin M. Keyes2017-07-29
| | | |
* | | | menu_get(): docJustin M. Keyes2017-07-28
| | | |
* | | | viml: introduce menu_get() function #6322Matthieu Coudron2017-07-28
| | | | | | | | | | | | | | | | menu_get({path}, {modes}). See :h menu_get.
* | | | Merge pull request #7069 from jbradaric/vim-8.0.0034James McCoy2017-07-26
|\ \ \ \ | | | | | | | | | | vim-patch:8.0.0034