aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
* 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
| * lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
* | :cquit : take an error code argument #7336Josh Leeb-du Toit2017-10-22
* | 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.0118James McCoy2017-10-17
* | | :checkhealth : validate $VIMJustin M. Keyes2017-10-17
* | | ex_checkhealth: call health#check() directlyJustin M. Keyes2017-10-17
* | | 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
* | doc: remove E172 (#7395)Justin M. Keyes2017-10-15
* | health.vim: rename "suggestions" to "advice" in most placesJustin M. Keyes2017-10-15
* | health.vim: fix highlightingJustin M. Keyes2017-10-15
* | 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
* | runtime/syntax/vim.vim: highlight nvim groups #7338E Kawashima2017-09-30
* | 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
* | Merge #7252 from justinmk/perf-vim.vimJustin M. Keyes2017-09-18
|\ \
| * | runtime/syntax/vim.vim: highlight vimEmbedError as NormalJustin M. Keyes2017-09-17
| * | runtime/syntax/vim.vim: disable g:vimsyn_embed by defaultJustin M. Keyes2017-09-17
* | | Revert cbda7d8 "build: Revert 464bc16."Björn Linse2017-09-17
|/ /
* | health.vim: always check pyenv if installed #7219Greg Anders2017-09-09
* | provider: Remove dict attribute from stderr_collectorJames McCoy2017-08-26
* | tui: support new iterm2, iTerm2.app terminfo entriesLeonardo Brondani Schenkel2017-08-26
* | clipboard: disallow recursion; show hint only once (#7203)Justin M. Keyes2017-08-22
* | Update documentationDrew Neil2017-08-21
* | clipboard: test g:clipboard validation, fix a bugJustin M. Keyes2017-08-20
* | clipboard: avoid error flood during :redirJustin M. Keyes2017-08-20
* | doc/api: nvim_out_write() and friendsJustin M. Keyes2017-08-18
* | version: tweak layout, docJustin M. Keyes2017-08-18
* | docJustin M. Keyes2017-08-18
* | provider#clear_stderr: Use remove() not delete() to update s:stderrJames McCoy2017-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