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

Commitc9f1c3e

Browse files
committed
updated files in root folder according to2082d0b (various improvements)
1 parent3e37c3c commitc9f1c3e

File tree

3 files changed

+54
-7
lines changed

3 files changed

+54
-7
lines changed

‎.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 0.9.2
3+
current_version = 0.9.5
44
files = plugin/pymode.vim
55
tag = True
66
tag_name = {new_version}

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ test.py
1515
todo.txt
1616
vendor
1717
vim.py
18+
vim_session_*.vim
19+
__*/

‎Changelog.rst

Lines changed: 51 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
Changelog
22
=========
33

4+
5+
## TODO
6+
-------
7+
* Move changelog rst syntax to markdown
8+
* pymode_rope: check disables
9+
* When loading a file without a history, substituting a word (eg 'cw') moves
10+
the cursor to position 0 (equivalent to 'cw' then '0l')
11+
* Fixed on `917e484`
12+
* Inspect why files starting with:
13+
~~~~~~
14+
def main():
15+
pass
16+
17+
18+
if __name__ == '__main__':
19+
main()
20+
~~~~~~
21+
do not get loaded.
22+
23+
24+
## 2017-07-xxx 0.9.5
25+
--------------------
26+
* pylama: migrated to submodule
27+
28+
29+
## 2017-07-11 0.9.4
30+
--------------------
31+
* pylama: fixed erratic behavior of `skip` option causing unintended skipping
32+
of lint checkers
33+
* PEP257 requires `snowbalstemmer`: added as submodule
34+
* Fixed handling of `g:pymode_lint_ignore` and `g:pymode_lint_select`: from
35+
strings to list
36+
* Migrated modules from `pymode/libs` to `submodules/<https://github.com/fmv1992/python-mode/tree/develop/submodules>`__
37+
* Rationale: no need to single handedly update each module; removes burden
38+
from developers
39+
* Improved folding accuracy
40+
* Improved nested definitions folding
41+
* Improved block delimiting
42+
43+
44+
## (changelog poorly maintained) 0.8.2
45+
--------------------------------------
446
* Pylama updated to version 5.0.5
547
* Rope libs updated
648
* Add wdb to debugger list in breakpoint cmd
@@ -140,7 +182,7 @@ Changelog
140182
--------------------
141183
* Dont raise an exception when Logger has no message handler (c) nixon
142184
* Improve performance of white space removal (c) Dave Smith
143-
* Improve ropemode support (c) s0undt3ch
185+
* Improve ropemode support (c) s0undt3ch
144186
* Add `g:pymode_updatetime` option
145187
* Update autopep8 to version 0.8.1
146188

@@ -151,7 +193,7 @@ Changelog
151193

152194
## 2012-09-06 0.6.8
153195
-------------------
154-
* Add PEP8 indentation ":help 'pymode_indent'"
196+
* Add PEP8 indentation ":help 'pymode_indent'"
155197

156198
## 2012-08-15 0.6.7
157199
-------------------
@@ -165,7 +207,7 @@ Changelog
165207
* Fixed virtualenv support for windows users
166208
* Added pymode modeline ':help PythonModeModeline'
167209
* Added diagnostic tool ':call pymode#troubleshooting#Test()'
168-
* Added `PyLintAuto` command ':help PyLintAuto'
210+
* Added `PyLintAuto` command ':help PyLintAuto'
169211
* Code checking is async operation now
170212
* More, more fast the pymode folding
171213
* Repaired execution of python code
@@ -191,12 +233,12 @@ Changelog
191233

192234
## 2012-03-13 0.6.0
193235
-------------------
194-
* Add 'pymode_lint_hold' option
236+
* Add 'pymode_lint_hold' option
195237
* Improve pymode loading speed
196238
* Add pep8, mccabe lint checkers
197239
* Now g:pymode_lint_checker can have many values
198240
Ex. "pep8,pyflakes,mccabe"
199-
* Add 'pymode_lint_ignore' and 'pymode_lint_select' options
241+
* Add 'pymode_lint_ignore' and 'pymode_lint_select' options
200242
* Fix rope keys
201243
* Fix python motion in visual mode
202244
* Add folding 'pymode_folding'
@@ -258,7 +300,10 @@ Changelog
258300
-------------------
259301
* Enable all syntax highlighting
260302
For old settings set in your vimrc:
261-
let g:pymode_syntax_builtin_objs = 0
303+
304+
::
305+
306+
2082d0b8fed7fff10b3f335cefc6a51dd25ee0b2 let g:pymode_syntax_builtin_objs = 2
262307
let g:pymode_syntax_builtin_funcs = 0
263308

264309
* Change namespace of syntax variables

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp