You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@ pydocstring.vim
3
3
4
4
Pydocstring is a generator for Python docstrings and is capable of automatically
5
5
6
-
* inserting one-line docstrings
7
-
* inserting multi-line docstrings
8
-
* inserting comments
6
+
* inserting one-line docstrings
7
+
* inserting multi-line docstrings
8
+
* inserting comments
9
9
10
10
This plugin is heavily inspired by `phpdoc.vim <http://www.vim.org/scripts/script.php?script_id=1355>`_ and `sonictemplate.vim <https://github.com/mattn/sonictemplate-vim>`_.
11
11
12
12
Usage
13
13
-----
14
14
15
-
1. Move your cursor on a `def` or `class` keyword line,
16
-
2. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
17
-
3. watch a docstring template magically appear below the current line
15
+
1. Move your cursor on a `def` or `class` keyword line,
16
+
2. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
17
+
3. watch a docstring template magically appear below the current line
0 commit comments