aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
| * | 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
| * | | | vim-patch:8.0.0034Jurica Bradaric2017-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No completion for ":messages". Solution: Complete "clear" argument. (Hirohito Higashi) https://github.com/vim/vim/commit/9e507ca8a3e1535e62de4bd86374b0fcd18ef5b8
* | | | | vim-patch:8.0.0062Jurica Bradaric2017-07-25
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: No digraph for HORIZONTAL ELLIPSIS. Solution: Use ",.". (Hans Ginzel, closes vim/vim#1226) https://github.com/vim/vim/commit/81615517249bb78cba9c37c9834b787c1b265521
* | | | vim-patch:8.0.0017Jurica Bradaric2017-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Cannot get the number of the current quickfix or location list. Solution: Use the current list if "nr" in "what" is zero. (Yegappan Lakshmanan) Remove debug command from test. https://github.com/vim/vim/commit/890680ca6364386fabb271c85e0755bcaa6a33c1
* | | | intro: change byline to "by al." (#6984)Justin M. Keyes2017-07-15
| |/ / |/| | | | | | | | | | | | | | | | | | | | Several people have suggested that the "by Bram" byline is misleading, it implies that Bram is actively involved with the project. Up to now we left it as an homage. Bram agreed that it is misleading, and suggested a mention somewhere other than the intro.
* | | doc: rewrite job-control exampleMarco Hinz2017-07-13
| | | | | | | | | | | | Fixes https://github.com/neovim/neovim/issues/7009
* | | tui: Improve the setrgbf/setrgbb fallback logic.Jonathan de Boyne Pollard2017-07-09
| | | | | | | | | | | | | | | | | | | | | The libvte test was too agressive, and is reduced to only triggering when it is libvte 0.36 AND a gnome or xterm terminal type is used. Contrastingly, tmux was not on the list at all and now is.
* | | doco: Document constant 'term' in more detail.Jonathan de Boyne Pollard2017-07-09
| | | | | | | | | | | | Also expand the example in term-dependent-settings.
* | | doc: api.txt; deprecate <special>Justin M. Keyes2017-07-08
| | |
* | | 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
| | | | | | | | | | | | Closes #6937 "nvim_get_keymap output is unreliable"
* | | 'cpoptions': remove "k" flagJustin M. Keyes2017-07-08
| | | | | | | | | | | | | | | This was already removed in 3baba1e7bc66, except the documentation and CPO_VI entry. find_term_bykeys() is irrelevant to Nvim.
* | | Merge #6816 'TUI improvements'Justin M. Keyes2017-07-07
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removed these commits (test-suite changes): e2fba01910e0 7c809c4bc708 18e7cd9e9727
| * | | doco: Adjust TERM and terminfo doco.Jonathan de Boyne Pollard2017-06-07
| | | | | | | | | | | | | | | | Use a table and adjust cursor-shape a bit.
| * | | tui: Recognize "Tc" terminfo capability.Jonathan de Boyne Pollard2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new convention pioneered by tmux. It does not do much for nvim; since nvim always looks to see whether it should be making up "setrgbf" and "setrgbb" capabilities. But it is a way for terminfo to force this, irrespective of the hardwired list in the code, for more terminal types. On the gripping hand, updating terminfo descriptions to actually have "setrgbf" and "setrgbb" capabilities so that nvim never has to try to invent them in the first place, is as good if not better an approach for overriding what is baked into the code.
| * | | doco: Add some guidance on up-to-date terminfo.Jonathan de Boyne Pollard2017-06-03
| | | |
| * | | doco: Correct :help term-dependent-settings .Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | The example used &term which is no longer meaningful. Fortunately, we can change this into a useful example using $TERM that also shows how to address a common need with termguicolors at the same time.
| * | | doco: Move TERM help into its own section and expand.Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | | | | | :help TERM previously pointed to a section that no longer even discussed the variable.
| * | | doco: Note some common $TERM mistakes and how to fix them.Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | | | | | Also explain more clearly the difference between Vim and Nvim when it comes to built-in terminfo entries.
| * | | tui: Improvements to RGB colour support.Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The details are in the on-line help under :help true-color . The brief precis is that nvim is (I hope.) converging with tmux and libvte. It is taking the same approach with setrgbf and setrgbb terminfo capabilities that it does with the Ss and Se terminfo capabilities.
| * | | tui: Spelling corrections in doco and commentaryJonathan de Boyne Pollard2017-06-03
| | | |
| * | | doco: Replace termcap with terminfo where appropriate.Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | Also document better what to do on slow terminals.
| * | | tui: More refactoring, and improvements to cursor shape support.Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The details are in the on-line help under :help cursor-shape . The brief precis is that nvim is following the lead of tmux, and going beyond what tmux does to make cursor shape changes work on a broad range of terminals. This includes on tmux itself, which is no longer bypassed.
| * | | doc: Document some more terminal behaviours.Jonathan de Boyne Pollard2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This documents 256-colour and true colour handling, cursor shapes, and scrolling regions. Almost all of these headings are taken from the Vim doco, so that the :help commands that people learn are a transferable skill.
| * | | doc: Relegate xterm-8bit to a removed feature.Jonathan de Boyne Pollard2017-06-03
| | | |
* | | | options: Default to 'ttimeout' and 'ttimeoutlen=50'Paul "LeoNerd" Evans2017-07-05
| | | | | | | | | | | | | | | | | | | | This gives libtermkey 50msec to reassemble split multibyte sequences like DCSes.
* | | | provider/clipboard.vim: Handle missing g:clipboard keysJustin M. Keyes2017-06-28
| | | |
* | | | provider/clipboard.vim: allow configuration #6030Justin M. Keyes2017-06-27
| | | | | | | | | | | | | | | | Closes #6029
* | | | Merge pull request #6927 from jamessan/vim-7.4.2259James McCoy2017-06-27
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.2259,7.4.2268,7.4.2318,7.4.2320
| * | | | vim-patch:7.4.2268James McCoy2017-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using CTRL-N and CTRL-P for incsearch shadows completion keys. Solution: Use CTRL-T and CTRL-G instead. https://github.com/vim/vim/commit/1195669f9e434fa9ab8b57ee9470bf951e4990b8
| * | | | vim-patch:7.4.2259raichoo2017-06-26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: With 'incsearch' can only see the next match. Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian Brabandt) https://github.com/vim/vim/commit/4d6f32cbfbaf324ac4a25c0206a5db0e9f7a48f7
* | | | Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2017-06-27
|\ \ \ \ | |/ / / |/| | | lua: Add paths from &runtimepath to package.path and package.cpath