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

Added default value for err variable.#338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
klen merged 2 commits intopython-mode:developfromsyngin:develop
Dec 5, 2013
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletionsdoc/pymode.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -312,7 +312,7 @@ after them 'C' and ...
>
let g:pymode_lint_sort = []
Auto open cwindow (quickfix) if any errorshas beenfinded
Auto open cwindow (quickfix) if any errorshave beenfound
*'g:pymode_lint_cwindow'*
>
let g:pymode_lint_cwindow = 1
Expand All@@ -335,7 +335,7 @@ Definitions for |signs|
3. Rope support~
*pymode-rope*

Pymodesupport Rope refactoring operations, code completion and code assists.
Pymodesupports Rope refactoring operations, code completion and code assists.

Commands:
|:PymodeRopeAutoImport| -- Resolve import for element under cursor
Expand DownExpand Up@@ -397,8 +397,8 @@ Regenerate project cache on every save (if file has been modified)
4.1 Completion~
*pymode-completion*

By default you can use<Ctrl-Space> for autocompletion.Will be
automatically selectedfirst entryand you can press<Return> to insert in
By default you can use<Ctrl-Space> for autocompletion.The first entry will
beautomatically selected and you can press<Return> to insert the entry in
your code.<C-X><C-O> and<C-P>/<C-N> works too.

Autocompletion is also called by typing a period in|Insert| mode by default.
Expand DownExpand Up@@ -552,8 +552,9 @@ Turn on pymode syntax *'g:pymode_syntax'*
>
let g:pymode_syntax = 1
More slow synchronizing. Disable on the slow machine, but code in docstrings
could be broken.*'g:pymode_syntax_slow_sync'*
Slower syntax synchronization that is better at handling code blocks in
docstrings. Consider disabling this on slower hardware.
*'g:pymode_syntax_slow_sync'*
>
let g:pymode_syntax_slow_sync = 1
Expand Down
2 changes: 1 addition & 1 deletionpymode/run.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@
defrun_code():
""" Run python code in current buffer. """

errors= []
errors,err= [],''
line1,line2=env.var('a:line1'),env.var('a:line2')
lines=__prepare_lines(line1,line2)

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp