aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* 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
|\
| * 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
| | | | | | | | | | This feature is extremely slow. Also merge some minor upstream differences (missed by a previous merge).
* | Revert cbda7d8 "build: Revert 464bc16."Björn Linse2017-09-17
|/ | | | | | | In-tree builds are no longer allowed, so deleting build/docs/ is harmless ref 53eddb8
* health.vim: always check pyenv if installed #7219Greg Anders2017-09-09
| | | | | | | | Always check for the presence of pyenv_root if pyenv is installed: if it is not set, we don't know if it was intentional. If it wasn't intentional, the warning is confusing (see #7176). closes #7176
* provider: Remove dict attribute from stderr_collectorJames McCoy2017-08-26
| | | | | | | | | | | | If an autoloaded function hasn't been resolved before it is used in function(), the self dict will not be created which causes E725 when calling the function. Since self isn't being used in provider#stderr_collector, we can remove the dict attribute to workaround the self dict bug[0]. Closes #7115 [0]: https://groups.google.com/d/msg/vim_dev/I7AXOyv-P4o/DzbyOxDHBgAJ
* tui: support new iterm2, iTerm2.app terminfo entriesLeonardo Brondani Schenkel2017-08-26
| | | | | | | | iTerm2 got its own entry in Thomas Dickey's terminfo.src on 2017-08-16. Make sure that the new entry is handled in the same way as the old entry. closes #7209 closes #7214
* clipboard: disallow recursion; show hint only once (#7203)Justin M. Keyes2017-08-22
| | | | | | | | - Show hint only once per session. - provider#clipboard#Call(): prevent recursion - provider#clear_stderr(): use has_key(), because :silent! is still captured by :redir. closes #7184
* Update documentationDrew Neil2017-08-21
|
* clipboard: test g:clipboard validation, fix a bugJustin M. Keyes2017-08-20
| | | | Also fix `:help foo` highlighting in health.vim
* clipboard: avoid error flood during :redirJustin M. Keyes2017-08-20
| | | | | | | | | | | | | | | | | | redir_write(): - This is a "batch" operation which was not yet covered by start_batch_changes() adjust_clipboard_name(): - msg() and friends during :redir will, of course, cause redir_write() to try to capture that message, which causes recursion. - EMSG() here is trouble: if it interrupts :redir it is a mess. Rather than deal with the mess, show a non-error message. closes #7182 closes #7184 closes #7183 ref #6048 ref #7032
* doc/api: nvim_out_write() and friendsJustin M. Keyes2017-08-18
| | | | References #7178
* 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
| | | | Ref #7184
* 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
| |
| * 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.
* | | runtime: Fix where desktop file and icon are installed (#7072)Nikolai Aleksandrovich Pavlov2017-07-27
| | | | | | | | | | | | | | | | | | | | | With `xdg-*` utilities CMAKE_INSTALL_PREFIX is incorrectly ignored. Taken from [nvim-qt][1]. For some reason it only checks for !APPLE. [1]: https://github.com/equalsraf/neovim-qt/blob/b26596d164394765a0f757c65e266f5f77587521/src/gui/CMakeLists.txt#L48-L55
* | | 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
* | | | Merge pull request #7070 from jbradaric/vim-8.0.0062James McCoy2017-07-26
|\ \ \ \ | | | | | | | | | | vim-patch:8.0.0062
| * | | | 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
* | | | provider: clipboard: Only report stderr if the job failedJames McCoy2017-07-24
| | | | | | | | | | | | | | | | Closes #7054
* | | | provider: Extra pythonx's stderr handling to common functionsJames McCoy2017-07-24
|/ / /
* | | provider/clipboard.vim: fix logic issue #7042Andy Russell2017-07-17
| | | | | | | | | | | | Closes #7039
* | | Merge #7040 'vim-patch:8.0.{0017,0026,0078,0079,0084}'Justin M. Keyes2017-07-17
|\ \ \
| * | | 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
* | | | Merge #7028 from fmoralesc/vimtutor-disentangle2Justin M. Keyes2017-07-16
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Closes #4533 Closes #6389 Closes #4913 Closes #7005
| * | | tutor: reorganizeFelipe Morales2017-07-16
| | | |