aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
Commit message (Collapse)AuthorAge
* 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
* docs: Update to the latest changes in the plugin infrastructureThiago de Arruda2014-11-18
|
* Fix python setup: Fix issue for users not using python.Eliseo Martínez2014-10-31
|
* eval.c: Rename has('neovim') feature to has('nvim')Thiago de Arruda2014-09-15
| | | | To follow the convention of 'nvim' for technical references
* runtime: Document python interface, clipboard and add intro docThiago de Arruda2014-09-13