aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_pyth.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-04-29 20:04:26 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-03 17:47:31 -0400
commit818f7aefd2fe7eacd7135c5e3154934f24c85ca7 (patch)
tree013884a9455a0b09b5692469f8d955a31cd527b9 /runtime/doc/if_pyth.txt
parent28ad7b5026d731a832bf60ba4c497c9e3d97e9ff (diff)
downloadrneovim-818f7aefd2fe7eacd7135c5e3154934f24c85ca7.tar.gz
rneovim-818f7aefd2fe7eacd7135c5e3154934f24c85ca7.tar.bz2
rneovim-818f7aefd2fe7eacd7135c5e3154934f24c85ca7.zip
doc: Remove Vi annotations
This removes all instances of '{not in Vi}', '{Vi: ... }', etc. We don't care about Vi compatibility, so all of these annotations are useless in nvim. This also removed the syntax definitions for these items. In addition, remove instances of '{only when compiled with +feature}' adjacent to instances of '{not in Vi}' and friends. Helped-by: David Bürgin <676c7473@gmail.com> Helped-by: Felipe Morales <hel.sheep@gmail.com> closes #2535
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r--runtime/doc/if_pyth.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt
index c2d169283f..8af76dc5c5 100644
--- a/runtime/doc/if_pyth.txt
+++ b/runtime/doc/if_pyth.txt
@@ -17,8 +17,6 @@ The Python Interface to Vim *python* *Python*
9. Dynamic loading |python-dynamic|
10. Python 3 |python3|
-{Vi does not have any of these commands}
-
The Python 2.x interface is available only when Vim was compiled with the
|+python| feature.
The Python 3 interface is available only when Vim was compiled with the
@@ -69,7 +67,6 @@ and "EOF" do not have any indent.
None. If a string is returned, it becomes the text of
the line in the current turn. The default for [range]
is the whole file: "1,$".
- {not in Vi}
Examples:
>
@@ -79,7 +76,7 @@ Examples:
*:pyfile* *:pyf*
:[range]pyf[ile] {file}
Execute the Python script in {file}. The whole
- argument is used as a single file name. {not in Vi}
+ argument is used as a single file name.
Both of these commands do essentially the same thing - they execute a piece of
Python code, with the "current range" |python-range| set to the given line