File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# vim:set et sw=4 ts=4 tw=79:
22
3- Execute (Setup template dir ):
3+ Execute (Setup template formatter ):
44 Save g:pydocstring_formatter
55 let g:pydocstring_formatter = 'sphinx'
66
@@ -18,7 +18,7 @@ Given python (Format all):
1818
1919Execute:
2020 :PydocstringFormat
21- :sleep 500m
21+ :sleep 1
2222
2323Expect python:
2424 class Foo:
Original file line number Diff line number Diff line change 11# vim:set et sw=4 ts=4 tw=79:
22
3- Execute (Setup template dir ):
3+ Execute (Setup template formatter ):
44 Save g:pydocstring_formatter
55 let g:pydocstring_formatter = 'google'
66
Original file line number Diff line number Diff line change 11# vim:set et sw=4 ts=4 tw=79:
22
3- Execute (Setup template dir ):
3+ Execute (Setup template formatter ):
44 Save g:pydocstring_formatter
55 let g:pydocstring_formatter = 'numpy'
66
Original file line number Diff line number Diff line change 11# vim:set et sw=4 ts=4 tw=79:
22
3- Execute (Setup template dir ):
3+ Execute (Setup template formatter ):
44 Save g:pydocstring_formatter
55 let g:pydocstring_formatter = 'sphinx'
66
Original file line number Diff line number Diff line change 11# vim:set et sw=4 ts=4 tw=79:
22
3- Execute (Setup template dir ):
3+ Execute (Setup template path ):
44 Save g:pydocstring_templates_path
55 let g:pydocstring_templates_path = './templates'
66
7+ Save g:pydocstring_formatter
8+ let g:pydocstring_formatter = 'sphinx'
9+
710Given python (def foo):
811 def foo():
912 pass
You can’t perform that action at this time.
0 commit comments