We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b62ca3 commit c6f198eCopy full SHA for c6f198e
README.rst
@@ -161,7 +161,7 @@ Current issues:
161
if there's a difference between ::
162
163
$ vim -c ':py import os; print os.__file__' -c ':q'
164
- $ python -c ':py import os; print os.__file__'
+ $ python -c 'import os; print os.__file__'
165
166
- For vim inside a terminal, using the arrow keys won't work inside a
167
documentation buffer, because the mapping for ``<Esc>`` overlaps with
0 commit comments