##// END OF EJS Templates
fix typo in docs/examples/vim/README.rst
Justin Riley -
Show More
@@ -15,10 +15,10 execute, and also get back object introspection and word completions in
15 15 Vim, like what you get with: ``object?<enter>`` and ``object.<tab>`` in
16 16 IPython.
17 17
18 The big change from previous versions of ``ipy.vim`` is that it no longer
19 the old requires the brittle ipy_vimserver.py instantiation, and since
20 it uses just vim and python, it is platform independent (i.e. should work
21 even on windows, unlike the previous \*nix only solution)
18 The big change from previous versions of ``ipy.vim`` is that it no longer
19 requires the brittle ipy_vimserver.py instantiation, and since it uses
20 just vim and python, it is platform independent (i.e. should work even
21 on windows, unlike the previous \*nix only solution)
22 22
23 23
24 24 -----------------
General Comments 0
You need to be logged in to leave comments. Login now