aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Collapse)AuthorAge
...
| * | | doc: Clarify documentationZyX2017-05-28
| | | |
| * | | lua: Use automatic determining of suffixes only for package.cpathZyX2017-05-28
| | | |
| * | | doc: Add example pluginZyX2017-05-25
| | | |
| * | | lua: Add paths from &runtimepath to package.path and package.cpathZyX2017-05-25
| | | |
* | | | runtime: Add docs for g:ruby_host_progAlex Genco2017-06-17
| | | |
* | | | screen.c: make more highlights window specificBjörn Linse2017-06-14
| | | |
* | | | Merge #6827 'Always enable logging'Justin M. Keyes2017-06-07
|\ \ \ \
| * | | | doc: *standard-path*, *$NVIM_LOG_FILE*Justin M. Keyes2017-06-07
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into vim-7.4.1975James McCoy2017-06-06
|\| | | |
| * | | | vim-patch:8.0.0477James McCoy2017-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The client-server test may hang when failing. Solution: Set a timer. Add assert_report() https://github.com/vim/vim/commit/42205551b140bee8b419b24abe210f56bb80b35e
| * | | | vim-patch:8.0.0360James McCoy2017-06-06
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi) https://github.com/vim/vim/commit/b544f3c81f1e6a50322855681ac266ffaa8e313c
* / | | vim-patch:7.4.1976James McCoy2017-06-04
|/ / / | | | | | | | | | | | | | | | | | | Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata) https://github.com/vim/vim/commit/22fcfad29276bd5f317faf516637dcd491b96a12
* | | Merge #4700 from AdnoC/keep-default-registerJustin M. Keyes2017-05-31
|\ \ \
| * | | eval: Add ability to set the unnamed register with setregAdnoC2017-05-31
| | | |
| * | | shada: Set the unnamed register to the previous unnamed register on startupAdnoC2017-05-31
| | | |
* | | | 'pastetoggle': Revert support for multi-key value (#6724)Matthew Malcomson2017-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 socketBjörn Linse2017-05-29
| | | | | | | | | | | | | | | | Helped-By: oni-link <knil.ino@gmail.com>
* | | | Merge pull request #6680 from mhinz/listen/localhostJames McCoy2017-05-28
|\ \ \ \ | | | | | | | | | | Use uv_getaddrinfo() for servers
| * | | | Doc: explain the format for serverstart()Marco Hinz2017-05-22
| | |/ / | |/| |
* | | | 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
| | | |