X Tutup
Skip to content

Commit fe5cda1

Browse files
committed
Merge pull request python-mode#198 from dkasak/commentstring
Set commentstring in pymode_options.
2 parents f9338c4 + 5c308c2 commit fe5cda1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/pymode.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ buffers: >
371371
setlocal number
372372
setlocal nowrap
373373
setlocal textwidth=80
374+
setlocal commentstring=#%s
374375
<
375376
------------------------------------------------------------------------------
376377
*'pymode_motion'*

ftplugin/python/pymode.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if pymode#Option('options')
2626
endif
2727
setlocal nowrap
2828
setlocal textwidth=79
29+
setlocal commentstring=#%s
2930
endif
3031

3132
" }}}

0 commit comments

Comments
 (0)
X Tutup