Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefdd90c

Browse files
committed
updated todo; changed aggressiveness of pymode options'
1 parent2c6cfe0 commitefdd90c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎Changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Changelog
88
* When loading a file without a history, substituting a word (eg 'cw') moves
99
the cursor to position 0 (equivalent to 'cw' then '0l')
1010
* Fixed on `917e484`
11+
* Inspect why files starting with:
12+
~~~~~~
13+
def main():
14+
pass
15+
16+
17+
if __name__ == '__main__':
18+
main()
19+
~~~~~~
20+
do not get loaded.
1121

1222

1323
## 2017-07-xxx 0.9.5

‎pymode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def auto():
1515
from .autopep8importfix_file
1616

1717
classOptions(object):
18-
aggressive=2
18+
aggressive=1
1919
diff=False
2020
experimental=True
2121
ignore=vim.eval('g:pymode_lint_ignore').split(',')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp