aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_intro.txt
Commit message (Collapse)AuthorAge
* doc: Add transition instructions to nvim_from_vim.txtFlorian Walch2015-08-04
| | | | | | | Also move introduction to Nvim and topic overview to nvim.txt. Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com> Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
* doc: Begin terminal emulator documentationThiago de Arruda2015-03-29
| | | | | | With some spacing/indentation fixes. Helped by: @Pyrohh, @kopischke
* doc: Introduce vim-differences #2141Michael Reed2015-03-26
| | | | | | | This documents the differences between nvim and nvim. Regarding the removal of references to 'renderoptions': it was never added in the first place, so there's no need to mention its "removal".
* 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: 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"
* docs: Update to the latest changes in the plugin infrastructureThiago de Arruda2014-11-18
|
* version: Refer to nvim help on startup screen.Florian Walch2014-11-06
|
* runtime: Some nvim documentation fixes pointed by @oni-linkThiago de Arruda2014-09-15
|
* runtime: Document python interface, clipboard and add intro docThiago de Arruda2014-09-13