1111- `` :help pymode ``
1212- < https://github.com/python-mode/python-mode/wiki >
1313
14- ** Please use python-mode tag on Stackoverflow to ask questions:**
14+ ** Please use python-mode tag on Stackoverflow to ask questions:**
1515< https://stackoverflow.com/questions/tagged/python-mode >
1616
1717-------------------------------------------------------------------------------
2121</p >
2222
2323*** Important*** : From 2017-11-19 onwards python-mode uses submodules instead of
24- hard coding 3rd party libraries into its codebase. Please issue the command:
25- ` git submodule update --init --recursive `
24+ hard coding 3rd party libraries into its codebase. Please issue the command:
25+ ` git submodule update --init --recursive `
2626inside your python-mode folder.
2727
28- If you are a new user please clone the repos using the recursive flag:
28+ If you are a new user please clone the repos using the recursive flag:
2929` git clone --recursive https://github.com/python-mode/python-mode `
3030
3131-------------------------------------------------------------------------------
@@ -34,21 +34,21 @@ Python-mode is a Vim plugin that magically converts Vim into a Python IDE.
3434
3535Why Python-mode?
3636
37- 1 . ** Be more productive** : Pymode saves time bybring alltools necessary for
38- professional developers so that you can focus on bigger things. It has been
39- finely tuned based on decades of experience working with Vim and is
40- constantly keptuptodate .
37+ 1 . ** Be more productive** : Pymode saves time bybringing allthe tools
38+ necessary for professional developers so that you can focus on bigger
39+ things. It has been finely tuned based on decades of experience working
40+ with Vim and is constantly keptup to date .
41412 . ** Get smart assistance** : Pymode knows all about your code. We use the
4242 best-in-class intellisense code completion, on-the-fly error checking and
4343 quick-fixes; easy project navigation and much more.
44443 . ** Use the full power and capabilities of Vim** : Unlike traditional IDEs
4545 which can only provide a small subset of Vim functionalities, you can do
4646 everything and anything that you can in Vim.
47- 4 . ** Modular structure** : We attempt tobe create Python-modein the same
47+ 4 . ** Modular structure** : We attempt to create Python-modewith the same
4848 principles of python: i.e. have a modular structure, so that as and when
4949 better libraries evolve, we can provide you the best experience, while
5050 abstracting the details so that you can get back to what you do best.
51- 5 . ** Written mostly in Python** : 96.1% written in Python. Well we love Python
51+ 5 . ** Written mostly in Python** : 96.1% written in Python. Well, we love Python
5252 :)
5353
5454The plugin contains all you need to develop python applications in Vim.
@@ -70,7 +70,7 @@ The plugin contains all you need to develop python applications in Vim.
7070* Go to definition (` <C-c>g ` )
7171* And more, more ...
7272
73- See a screencast here:< http://www.youtube.com/watch?v=67OZNp9Z0CQ >
73+ See a screencast here:< http://www.youtube.com/watch?v=67OZNp9Z0CQ >
7474Another old presentation here:< http://www.youtube.com/watch?v=YhqsjUUHj6g >
7575
7676** To read python-mode documentation in Vim, use** ` :help pymode ` .
@@ -140,11 +140,11 @@ If your question is not described there then you already know what to do
140140
141141Nevertheless just a refresher on how to submit bugs:
142142
143- ** (From the FAQ)** Start python mode with:
144- ` vim -i NONE -u <path_to_pymode>/debugvimrc.vim `
143+ ** (From the FAQ)** Start python mode with:
144+ ` vim -i NONE -u <path_to_pymode>/debugvimrc.vim `
145145Reproduce the error and submit your python mode debug file. You can check its
146- location with` :messages ` for something like:
147- ` pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt ` .
146+ location with` :messages ` for something like:
147+ ` pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt ` .
148148Please submit the entire content of the file along with a reasoning of why the
149149plugin seems broken.
150150
@@ -170,7 +170,7 @@ Documentation is available in your vim `:help pymode`.
170170#Bugtracker
171171
172172If you have any suggestions, bug reports or annoyances please report them to
173- the issue tracker at:
173+ the issue tracker at:
174174< https://github.com/python-mode/python-mode/issues >
175175
176176#Contributing
@@ -183,7 +183,7 @@ The contributing guidelines for this plugin are outlined at
183183
184184Also see the AUTHORS file.
185185
186- Development of python-mode happens at github:
186+ Development of python-mode happens at github:
187187< https://github.com/python-mode/python-mode >
188188
189189Please make a pull request to development branch and add yourself to AUTHORS.