Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | doco: Add some guidance on up-to-date terminfo. | Jonathan de Boyne Pollard | 2017-06-03 |
| | |||
* | doco: Correct :help term-dependent-settings . | Jonathan de Boyne Pollard | 2017-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 Pollard | 2017-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 Pollard | 2017-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 Pollard | 2017-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 commentary | Jonathan de Boyne Pollard | 2017-06-03 |
| | |||
* | doco: Replace termcap with terminfo where appropriate. | Jonathan de Boyne Pollard | 2017-06-03 |
| | | | | Also document better what to do on slow terminals. | ||
* | tui: More refactoring, and improvements to cursor shape support. | Jonathan de Boyne Pollard | 2017-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 Pollard | 2017-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 Pollard | 2017-06-03 |
| | |||
* | Merge #4700 from AdnoC/keep-default-register | Justin M. Keyes | 2017-05-31 |
|\ | |||
| * | eval: Add ability to set the unnamed register with setreg | AdnoC | 2017-05-31 |
| | | |||
| * | shada: Set the unnamed register to the previous unnamed register on startup | AdnoC | 2017-05-31 |
| | | |||
* | | 'pastetoggle': Revert support for multi-key value (#6724) | Matthew Malcomson | 2017-05-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts commit 337b6179df852350b52409fd3806e4b47ab2875b Closes #6716 at the expense of not being able to use a multi-key 'pastetoggle' manually. Multi-key 'pastetoggle' can still be used when inserting the entire option into the typebuffer at once (though the use here is questionable). Also remove those tests to do with waiting for the completion of 'pastetoggle' and mention in the documentation that 'pastetoggle' doesn't wait for timeout. | ||
* | | channels: implement sockopen() to connect to socket | Björn Linse | 2017-05-29 |
| | | | | | | | | Helped-By: oni-link <knil.ino@gmail.com> | ||
* | | Merge pull request #6680 from mhinz/listen/localhost | James McCoy | 2017-05-28 |
|\ \ | | | | | | | Use uv_getaddrinfo() for servers | ||
| * | | Doc: explain the format for serverstart() | Marco Hinz | 2017-05-22 |
| | | | |||
* | | | terminal: Do not change 'number', 'relativenumber' (#6796) | Justin M. Keyes | 2017-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. | ||
* | | | man.vim: feature-test section (-s) flag #6815 | raichoo | 2017-05-26 |
| |/ |/| | | | | | | | Different implementations of `man` might be using different flags for sections. | ||
* | | doc | Justin M. Keyes | 2017-05-23 |
| | | | | | | | | Closes #6788 | ||
* | | doc: *Terminal-mode* #6757 | Drew Neil | 2017-05-23 |
| | | | | | | | | Closes #6756 | ||
* | | doc: on_stdout, on_stderr, onexit (#6761) | Drew Neil | 2017-05-22 |
| | | |||
* | | doc: update *feature-list*, remove "gui_running" | Justin M. Keyes | 2017-05-22 |
|/ | | | | Closes #6783 | ||
* | doc | Justin M. Keyes | 2017-05-21 |
| | |||
* | man.vim: check for -l flag #6766 | raichoo | 2017-05-19 |
| | |||
* | Merge #6741 from justinmk/progpath | Justin M. Keyes | 2017-05-15 |
|\ | |||
| * | startup: v:progpath fallback: path_guess_exepath | Justin M. Keyes | 2017-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. Keyes | 2017-05-15 |
|\ \ | |/ |/| | |||
| * | options: make 'highlight' read-only | Björn Linse | 2017-05-15 |
| | | |||
* | | Merge #6480 from ZyX-I/colored-cmdline'/input-dict | Justin M. Keyes | 2017-05-13 |
|\ \ | |/ |/| | |||
| * | doc: Add a note to vim_diff.txt | ZyX | 2017-05-13 |
| | | |||
| * | doc: Do not assume something is not supported in GUI | ZyX | 2017-05-10 |
| | | |||
| * | eval: Refactor get_user_input to support dictionary | ZyX | 2017-05-10 |
| | | |||
* | | doc: Lua (#6722) | Justin M. Keyes | 2017-05-11 |
| | | | | | | Closes #6705 | ||
* | | Merge #6721 from justinmk/health | Justin M. Keyes | 2017-05-11 |
|\ \ | |||
| * | | health.vim: Don't lose contents after hide. | Justin M. Keyes | 2017-05-11 |
| | | | |||
| * | | health.vim: On error, show a valid shell command. | Justin M. Keyes | 2017-05-11 |
| | | | | | | | | | | | | | | | Helped-by: Nikolai Aleksandrovich Pavlov <kp-pav@yandex.ru> Closes #6715 | ||
| * | | health.vim: Fix hardcoded `python` name. #6714 | Edd Barrett | 2017-05-11 |
| | | | |||
* | | | doc (#6719) | Justin M. Keyes | 2017-05-11 |
|/ / | | | | | Closes #6712 | ||
* / | api: add metadata for ui events | Björn Linse | 2017-05-10 |
|/ | |||
* | health.vim: Remove sensible.vim advice. (#6709) | Justin M. Keyes | 2017-05-10 |
| | | | sensible.vim now avoids setting ttimeoutlen for nvim. | ||
* | Merge #4411 from ZyX-I/luaviml'/lua | Justin M. Keyes | 2017-05-09 |
|\ | |||
| * | Merge branch 'master' into luaviml'/lua | ZyX | 2017-05-08 |
| |\ | |||
| * \ | Merge branch 'master' into luaviml'/lua | ZyX | 2017-04-10 |
| |\ \ | |||
| * \ \ | Merge branch 'master' into luaviml'/lua | ZyX | 2017-04-08 |
| |\ \ \ | |||
| * | | | | doc: Update vim_diff data regarding ShaDa | ZyX | 2017-03-27 |
| | | | | | |||
| * | | | | doc: Update vim_diff.txt | ZyX | 2017-03-27 |
| | | | | | |||
| * | | | | doc: Enhance documentation | ZyX | 2017-03-27 |
| | | | | | |||
| * | | | | doc,functests: Add documentation | ZyX | 2017-03-27 |
| | | | | | | | | | | | | | | | Missing: updates to various lists. | ||
* | | | | | man.vim: Fix filename argument in mandoc #6693 | Matthew Wynn | 2017-05-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the -l flag to open a man file. TODO: Does not work on SunOS. Fixes #6683 |