aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
...
* | | | 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
* | | | health.vim: show TUI-related env vars (#7498)Justin M. Keyes2017-11-07
| | | | | | | | | | | | | | | | ref #7473 ref #7490
* | | | 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
* | | | man.vim: allow other ex-commands after :ManJustin M. Keyes2017-11-06
| | | |
* | | | spellfile.vim: use :keeppatterns before :globalJustin M. Keyes2017-11-06
| | | |
* | | | 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.
* | rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the old behavior, if a GUI makes a blocking request that requires user interaction (like nvim_input()), it would not get any screen updates. The client, not nvim, should decide how to handle notifications during a pending request. If an rplugin wants to avoid async calls while a sync call is busy, it likely wants to avoid processing async calls while another async call also is handled as well. This may break the expectation of some existing rplugins. For compatibility, remote/define.vim reimplements the old behavior. Clients can opt-out by specifying `sync=urgent`. - Legacy hosts should be updated to use `sync=urgent`. They could add a flag indicating which async methods are always safe to call and which must wait until the main loop returns. - New hosts can expose the full asyncness, they don't need to offer both behaviors. ref #6532 ref #1398 d83868fe9071af1b4866594eac12f7aa0fa71b53
* | doc/ui.txtJustin M. Keyes2017-10-29
| |
* | 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
* | | | :checkhealth : validate $VIMJustin M. Keyes2017-10-17
| | | |
* | | | ex_checkhealth: call health#check() directlyJustin M. Keyes2017-10-17
| | | | | | | | | | | | | | | | This allows us to remove :CheckHealth later (avoids wildmenu noise).
* | | | 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
| | |
* | | health.vim: fix highlightingJustin M. Keyes2017-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `:syntax keyword` is affected by 'iskeyword'. When we aligned 'iskeyword' to that of filetype=help, colon (:) is now included. Simplest way to deal with this is to include colon (:) in the `:syntax keyword` directive. Also: - change "SUGGESTIONS" mouthful to "ADVICE" - change "SUCCESS" to "OK"
* | | health.vim: warn about 'paste' optionJustin 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
* | | runtime/syntax/vim.vim: highlight nvim groups #7338E Kawashima2017-09-30
| | | | | | | | | | | | regressed by 86b596dc7a49f1b148ef82a356b972b93ed0f6d4
* | | runtime/tutor: fix typos (#7302)TJ Rana2017-09-23
| | |
* | | doc: fix typo with :lcd (#7299)Daniel Hahler2017-09-22
| | |
* | | escape amatch filename (#7292)Andy Russell2017-09-19
| | | | | | | | | | | | Fixes #7046 Fixes autozimu/LanguageClient-neovim#77
* | | Merge #7252 from justinmk/perf-vim.vimJustin M. Keyes2017-09-18
|\ \ \