aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
...
* | vim-patch:7.4.1486James McCoy2016-07-08
| | | | | | | | | | | | | | Problem: ":loadplugin" is not optimal, some people find it confusing. Solution: Only use ":packadd" with an optional "!". https://github.com/vim/vim/commit/f3654827368e6204608036353a0360e9e7c21e02
* | vim-patch:7.4.1480James McCoy2016-07-08
| | | | | | | | | | | | | | Problem: Cannot add a pack direcory without loading a plugin. Solution: Add the :packadd command. https://github.com/vim/vim/commit/91715873d19a1859c08eeded7848113596e2f2bd
* | vim-patch:dae8d21James McCoy2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files https://github.com/vim/vim/commit/dae8d21dd291df6a6679a00be64e18bca0156576 Ignore changes to * doc/eval.txt: Channel related docs * doc/help.txt, doc/index.txt, doc/os_390.txt: Removal of obsolete features, which already happened in Neovim * doc/tags: Generated at build time * doc/todo.txt, doc/version5.txt: Irrelevant to Neovim
* | vim-patch:f391327James McCoy2016-07-08
| | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907 Ignore changes to * doc/todo.txt: Irrelevant for Neovim * doc/channel.txt: Channel docs * doc/tags, syntax/vim.vim: Generated at build time
* | vim-patch:7.4.1384James McCoy2016-07-08
| | | | | | | | | | | | | | Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'. https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
* | docJustin M. Keyes2016-07-03
| |
* | docJustin M. Keyes2016-07-03
|/ | | | Closes #4777
* rplugin: Manifest file name fallback (#4935)Shougo2016-06-30
|
* doc: remove obsolete reference (#4978)KillTheMule2016-06-27
|
* doc: Add missing /site/ path component to &runtimepath descriptionNikolai Aleksandrovich Pavlov2016-06-25
|
* Merge #4697 'capture() function'.Justin M. Keyes2016-06-20
|\
| * Port capture() functionShougo Matsushita2016-05-27
| | | | | | | | https://groups.google.com/forum/#!msg/vim_dev/H3Z3ChSUh_4/beZs6KzYdBsJ
* | doc: api_infoJustin M. Keyes2016-06-18
| |
* | build: Revert 464bc16.Justin M. Keyes2016-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | This was more trouble than it is worth: - remove_directory fails if doc/ is not owned by the user - some devs build in-tree, then deleting doc/ breaks the build - `make install` isn't affected by the stale files at all: the tags are built before install-time So, reverting this change means only that devs who use a build/ directory will need to delete build/runtime/doc/ on the occasion that we rename a doc file.
* | eval: add api_info()Björn Linse2016-06-17
| | | | | | | | | | Previously, the api metadata was only accessible frow within nvim as msgpackparse(systemlist('nvim --api-info'))[0]
* | Merge #4923 from justinmk/docJustin M. Keyes2016-06-16
|\ \ | | | | | | doc: cleanup
| * | build: Purge docs before rebuilding.Justin M. Keyes2016-06-16
| | | | | | | | | | | | | | | | | | If a help file is renamed, stale help files in the build workspace will cause duplicate tags (which causes the build to fail). To avoid this, always delete build/runtime/doc/ before building helptags.
| * | doc: consolidate nvim.txtJustin M. Keyes2016-06-15
| | |
| * | doc: uppercase RPCJustin M. Keyes2016-06-15
| | |
| * | doc/python: cleanupJustin M. Keyes2016-06-15
| | | | | | | | | | | | | | | | | | - Move info to providers.txt - Remove "nvim-" prefix. - Brevity, clarity, ...
| * | doc/provider: cleanupJustin M. Keyes2016-06-15
| | | | | | | | | | | | | | | - Move design/impl discussion to develop.txt - Move clipboard notes to provider.txt
| * | doc: cleanupJustin M. Keyes2016-06-15
| | |
| * | doc/terminal: cleanupJustin M. Keyes2016-06-15
| | |
| * | doc/clipboard: cleanupJustin M. Keyes2016-06-15
| | |
| * | doc: Remove gui_w32.txtJustin M. Keyes2016-06-15
| | | | | | | | | | | | | | | It's no longer relevant, except for 2 sections which are tracked as issues #4927 and #4928.
| * | doc: remove "nvim-" qualfier from tagsJustin M. Keyes2016-06-15
| | | | | | | | | | | | | | | | | | | | | It is almost never necessary to qualify documentation as "Nvim specific". The main exception to this is vim_diff.txt.
| * | doc: msgpack_rpc: De-emphasize the transport protocol.Justin M. Keyes2016-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tighten our jargon, avoid mentioning "msgpack" everywhere we mention the RPC API. Prefer "RPC API" when speaking about the remote API. Though it's conceivable that we may one day support some protocol other than msgpack, that isn't relevant to most of our discussion of the API, including this document. The file name msgpack_rpc.txt is preserved to avoid totally breaking URLs.
| * | doc: Move spell design discussion.Justin M. Keyes2016-06-15
| | | | | | | | | | | | | | | It is worth preserving, but let it live in spell.txt so we can dedicate develop.txt to nvim-specific discussion.
* | | vim-patch:7.4.1126James McCoy2016-06-15
|/ / | | | | | | | | | | | | | | Problem: Can only get the directory of the current window. Solution: Add window and tab arguments to getcwd() and haslocaldir(). (Thinca, Hirohito Higashi) https://github.com/vim/vim/commit/c970330676eaae7ba7cd05cfa46df5a413853ef9
* | Add new functionality to the `=` marker in the STLTJ DeVries2016-06-14
| | | | | | | | | | | | This new functionality is explained in the documentation. Also, many tests have been added to the buffer_spec.lua file
* | runtime: Add script for Python diagnostic information (#4885)Tommy Allen2016-06-13
| |
* | Merge #4813 'runtime: clipboard: start daemons in /'.Justin M. Keyes2016-06-10
|\ \
| * | runtime: clipboard: start daemons in /Aleksa Sarai2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | This avoids the issue of nvim started daemons causing mountpoints to be unmountable. This is currently the only place in runtime/ where this calling convention occurred. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
| * | doc: update docs to reflect new cwd optionAleksa Sarai2016-06-07
| | | | | | | | | | | | | | | | | | | | | The termopen() docs don't need to be updated because they link to jobstart(). Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
* | | Merge pull request #4804 from brcolow/vim-7.4.1150Justin M. Keyes2016-06-08
|\ \ \ | | | | | | | | vim-patch:7.4.{1150,1151}
| * | | vim-patch:7.4.1150Michael Ennen2016-06-04
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'langmap' applies to the first character typed in Select mode. (David Watson) Solution: Check for SELECTMODE. (Christian Brabandt, closes #572) Add the 'x' flag to feedkeys(). https://github.com/vim/vim/commit/25281634cda03ce302aaf9f906a9520b5f81f91e
* | | vim-patch:e0fa374James McCoy2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d Ignore changes to * doc/channel.txt: Channel related docs * doc/netbeans.txt, doc/os_dos.txt, doc/todo.txt: Not relevant to Neovim * doc/tags: Generated at build time
* | | vim-patch:38a5563James McCoy2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75 Ignore changes to * doc/channel.txt, doc/eval.txt, doc/various.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt, doc/vi_diff.txt: Not relevant to neovim
* | | Merge #4888 from jamessan/vim-13d5aeeJustin M. Keyes2016-06-07
|\ \ \ | | | | | | | | vim-patch:13d5aee,705ada1,298b440,5e9b2fa,7c764f7,681baaf,cbebd48
| * | | vim-patch:cbebd48James McCoy2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a Ignore changes to * doc/channel.txt, doc/eval.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt: Not relevant to Neovim * ftplugin/man.vim: Change already present in autoload/man.vim
| * | | vim-patch:681baafJames McCoy2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91 Ignore changes to * doc/channel.txt, doc/eval.txt, doc/usr_41.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt: Not relevant to Neovim
| * | | vim-patch:5e9b2faJames McCoy2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files and translations. https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92 Ignore changes to * doc/tags: generated at build time * doc/develop.txt, doc/todo.txt, doc/netbeans.txt, doc/vim-ja.UTF-8.1, doc/xxd-ja.UTF-8.1, lang/menu_*: Not applicable to Neovim * doc/editing.txt: Crypt related * doc/change.txt, doc/insert.txt, doc/various.txt: Removal of ex_extra tags, which already happened in Neovim * doc/vim-ja.UTF-8.1, doc/xxd-ja.UTF-8.1
| * | | vim-patch:298b440James McCoy2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b Ignore changes to * doc/netbeans.txt * doc/tags: generated at build time * doc/todo.txt * doc/usr_41.txt, doc/various.txt: +channel related docs
| * | | vim-patch:705ada1James McCoy2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update a few runtime files. https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2 Ignored changes to * doc/eval.txt, all json related documentation * doc/if_mzsch.txt * doc/tags, generated at build time
| * | | vim-patch:13d5aeeJames McCoy2016-06-06
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e Ignored changes to * doc/develop.txt, since they were all in the "Coding Style" section, which is completely different between Vim and Neovim. * doc/tags, doc/todo.txt * syntax/vim.vim, generated at build time
* | | build: define `helptags` target which always runs.Justin M. Keyes2016-06-06
| | | | | | | | | | | | | | | | | | | | | Specify that the ${GENERATED_HELP_TAGS} "command" (output) depends on `helptags` so that it always regenerates the doc/ tags. (cmake "targets" always run, whereas "commands" are contingent on their dependencies. But we don't define doc/ dependencies because they are circular.)
* | | build: define `doc_html` taskJustin M. Keyes2016-06-06
| | | | | | | | | | | | Defines a dependency on the doc tags.
* | | runtime/doc: remove doctagsJustin M. Keyes2016-06-06
|/ / | | | | | | | | nvim is a dependency of the main tags task, and it's very unlikely that one would need to build tags without having nvim available.
* | Merge pull request #4869 from jamessan/vim-7.4.1142Justin M. Keyes2016-06-02
|\ \ | | | | | | vim-patch:7.4.1142,7.4.1695
| * | vim-patch:7.4.1142James McCoy2016-06-02
| | | | | | | | | | | | | | | | | | | | | Problem: Cannot define keyword characters for a syntax file. Solution: Add the ":syn iskeyword" command. (Christian Brabandt) https://github.com/vim/vim/commit/b8060fe862f684b591f9ac679eac5b2594d6c5a0