aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
Commit message (Collapse)AuthorAge
* Add if_python3 supportShougo Matsushita2015-04-21
| | | | | Reviewed-by: Michael Reed <m.reed@mykolab.com>, Daniel Hahler <github@thequod.de> Helped-by: Daniel Hahler <github@thequod.de>
* Remove unused 'if_[language].txt': ReviewMichael Reed2015-04-10
|
* 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: Document g:python_host_prog. #2205Florian Walch2015-03-26
|
* docs: Clean up python, provider, remote_plugin #2056Geoff Harcourt2015-03-08
| | | | | | | * "Python" is a proper noun and should be capitalized in prose * Corrected use of "its/it's" * Used better preposition to describe something "in" legacy Vim * Combine fragments into complete sentence
* 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