aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* Remove QNX/pterm remnantsMichael Reed2015-01-11
| | | | | The function qnx_init() (wrapped in an ifdef in main.c) doesn't even exist.
* docs: Misc. improvements to job_control/msgpackMichael Reed2015-01-11
| | | | | | | | | | | | | | | | | - Rewrote a few sentences for clarity/brevity - Various spelling/grammar fixes - Mention exact time before SIGKILL (mentioned in /src/nvim/os/job.c) - Reflowed all changed paragraphs accordingly - Standardize indentation level - Remove trailing whitespace - Job control example: - Don't buffer output (echo -n); just print a new line for every update. - Use single quotes around jobsend() arguments to allow for proper interpretation of newline characters. - Sleep 1 second between updates instead of 2; 10 seconds is plenty of time for such a simple example.
* docs: More consistent descriptions of rpc*() funcsMichael Reed2015-01-11
| | | | | | - Remove note about how {channel} is rpcstop's only argument; just mention {channel} at the beginning like the other descriptions. - Small grammar fixes
* vim-patch:37c2403Florian Walch2015-01-04
| | | | | | Update runtime files. https://code.google.com/p/vim/source/detail?r=37c24033b2601a4a0953970a0ec85d5537101915
* vim-patch:6921742Florian Walch2015-01-04
| | | | | | Update runtime files. https://code.google.com/p/vim/source/detail?r=6921742f396a4abd21d7f69843b804ca0b96059c
* vim-patch:babc6a1Florian Walch2014-12-30
| | | | | | Runtime file updates. https://code.google.com/p/vim/source/detail?r=babc6a1d4c270e3a8004dad9d3b3648f067bdfde
* vim-patch:1e8ebf8Florian Walch2014-12-30
| | | | | | Updated runtime files. https://code.google.com/p/vim/source/detail?r=1e8ebf870720e7b671f98f22d653009826304c4f
* vim-patch:7.4.450Florian Walch2014-12-23
| | | | | | | | Problem: Not all commands that edit another buffer support the +cmd argument. Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski) https://code.google.com/p/vim/source/detail?r=v7-4-450
* Merge pull request #1724 from fwalch/vim-7.4.452Justin M. Keyes2014-12-23
|\ | | | | vim-patch:7.4.449, vim-patch:7.4.452
| * vim-patch:7.4.449Florian Walch2014-12-23
| | | | | | | | | | | | | | Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-449
* | vim-patch:7.4.447Florian Walch2014-12-23
|/ | | | | | | Problem: Spell files from Hunspell may generate a lot of errors. Solution: Add the IGNOREEXTRA flag. https://code.google.com/p/vim/source/detail?r=v7-4-447
* vim-patch:7.4.456Marco Hinz2014-12-20
| | | | | | | | Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-456
* Remove Amiga remnantsMichael Reed2014-12-19
| | | | | | | | | Notes regarding the removal of specific items: - Aztec C: only on the Amiga. - mch_check_win(): doesn't exist anymore. - Comment in ex_cmds.c: It seems the context for this comment was removed, but the comment was inadvertantly left alone.
* Remove dec-mcs remnantsMichael Reed2014-12-19
| | | | | It was (apparently) the default character encoding file used for line printing on VMS, which is unsupported.
* Remove VMS remnantsMichael Reed2014-12-19
|
* vim-patch:7.4.434Florian Walch2014-12-18
| | | | | | | | Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-434
* docs: Fix incorrect Mac path referencesMichael Reed2014-12-09
|
* docs: Remove Photon remnantsMichael Reed2014-12-09
| | | | | Also get rid of some platform references made irrelevant by the removal of their respective platform specific GUI code.
* docs: Remove OS/390 remnantsMichael Reed2014-12-09
|
* docs: Remove RISC OS remnantsMichael Reed2014-12-09
|
* docs: Remove 'osfiletype' remnantsMichael Reed2014-12-09
| | | | | | | Even when this was finally removed 6 months ago in b2b920f, it had already been disabled for a while. Due to this, just remove all remnants of the option as opposed to putting a placeholder like what was done for 'shortname'and 'cryptmethod'.
* docs: Remove EBCDIC remnantsMichael Reed2014-12-09
|
* docs: Remove BeOS/Haiku remnantsMichael Reed2014-12-09
|
* docs: remove unnamedclip optionBjörn Linse2014-12-08
|
* clipboard: handle linewise/charwise selections correctlyBjörn Linse2014-12-08
|
* clipboard: support separate '+' and '*' clipboardsBjörn Linse2014-12-08
|
* doc: Misc. improvements to nvim-related docsMichael Reed2014-12-07
| | | | | | | | | | | | | | - Improved wording in a few places for clarity - Various capitalization/grammar fixes - Change references to Neovim as 'editor' to 'Nvim' - Be consistent regarding utilization of vim's documentation features, e.g. unnamedclip -> |unnamedclip| - Reflowed all changed paragraphs accordingly - Add spaces before parentheses - Remove trailing whitespace - Standardize single spaces after periods. Vim's docs use two for the most part, but Nvim's use one mainly, so just follow Nvim's conventions
* runtime: Cleanup refs to removed optionsMichael Reed2014-12-07
| | | | | | - {no,inv,}shortname - {no,inv,}sn - cm, key (remnants of cryptmethod)
* docs: Remove shortname references.Michael Reed2014-12-07
| | | | | In addition, align the removal notice next to 'key' with other such notices (options.txt).
* Remove remaining crypto referencesMichael Reed2014-12-03
| | | | | | | Closes https://github.com/neovim/docs/pull/26 Also added stubs for 'cryptmethod' and 'key', and placeholders for explanation regarding removal of crypto functionality.
* systemlist: add `keepempty` option to preserve final newlineBjörn Linse2014-12-02
|
* Remove OS/2 referencesMichael Reed2014-11-27
| | | | | Paul Slootman was removed from the top of os_unix.c as OS/2 is no longer supported, but is still credited in runtime/doc/intro.txt.
* Remove Atari MiNT referencesMichael Reed2014-11-27
|
* Merge pull request #1562 from Happy-Dude/fix-1560-libuv-refsJohn Szakmeister2014-11-27
|\ | | | | Change refs for joyent/libuv repo to libuv/libuv.
| * Change refs for joyent/libuv repo to libuv/libuvStanley Chan2014-11-27
| | | | | | | | | | | | | | | | * References to old repository found through grepping * Replace references from github.com/joyent/libuv to github.com/libuv/libuv * Fix previous commit by not including whitespace changes For issue #1560.
* | Merge pull request #1556 from elmart/fix-msgpack-rpc-docsJustin M. Keyes2014-11-26
|\ \ | |/ |/| Fix outdated msgpack-rpc doc.
| * Fix outdated msgpack-rpc doc.Eliseo Martínez2014-11-26
| | | | | | | | Needed after neovim/python-client#58.
* | Improve Python host messages.Florian Walch2014-11-26
|/
* Print an error and exit when there are no plugins.Bjorn Tipling2014-11-24
| | | | | | | | | Issue: #1537 Running the :UpdateRemotePlugins command will show an ugly, unhelpful error when no plugins were found. This change has neovim print an error message and does not attempt to start the python-client which requires at least one plugin.
* clipboard: check for X on every invocationJustin M. Keyes2014-11-23
| | | | | | | | xsel and xcopy may be available even if a valid X display is not. Also, the availability of X may change at any time, so check on each invocation. Closes #1509.
* runtime: Refer to plugins running outside Nvim as "remote plugins"Thiago de Arruda2014-11-21
| | | | | | - Rename autoload/rpc to autoload/remote - External plugins are now remote plugins - External plugins directory is "rplugin"
* Fix warnings: Fix outdated doc: Connecting to nvim through python REPL.Eliseo Martínez2014-11-21
| | | | | After neovim/python-client@b8b48bbe8fe9ee41ad73c9bd5a45e808504399e2, docs were no longer relevant.
* doc: Add nvim_provider/external_plugin to doc MakefileThiago de Arruda2014-11-20
|
* doc: Update external plugin documentationThiago de Arruda2014-11-20
|
* runtime: Prepend the vimrc filename to the external plugin manifestThiago de Arruda2014-11-20
| | | | | This is required to support multiple vimrcs with each having it's own set of installed external plugins.
* runtime: Change external plugin directory to "external-plugin"Thiago de Arruda2014-11-20
|
* docs: Update to the latest changes in the plugin infrastructureThiago de Arruda2014-11-18
|
* runtime: Remove 'python_setup.vim'Thiago de Arruda2014-11-18
|
* runtime: Reimplement python/clipboard providers in vimscriptThiago de Arruda2014-11-18
| | | | | | | Clipboard is implemented with platform-specific shell commands, and python is implemented with the external plugin facility (rpc#* functions). The script_host.py file(legacy python-vim emulation plugin) was moved/adapted from the python client repository.
* runtime: Add vimscript support for external pluginsThiago de Arruda2014-11-18
| | | | | | | | | | External plugins(a.k.a msgpack-rpc plugins) are now supported through a library of vimscript functions that deals with: - Associating plugin host names(eg: python, ruby, go) with channel ids - Registration of external plugins - Definition of commands, autocmds and functions lazily implemented over msgpack-rpc