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

Commit1479d82

Browse files
committed
Merge branch 'develop' of github.com:klen/python-mode into develop
2 parentsfa16097 +8d392ea commit1479d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Highlight docstrings as pythonDocstring (otherwise as pythonString)
623623
Python-mode doesn't work
624624
------------------------
625625

626-
Open any python file and run ":call pymode#troubleshooting#Test()",
626+
Open any python file and run ":call pymode#troubleshooting#test()",
627627
fix the warning or send me the output.
628628

629629

‎syntax/python.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878

7979
synkeywordpythonStatement defnextgroup=pythonFunctionskipwhite
8080
synmatchpythonFunction"\%(\%(def\s\|@\)\s*\)\@<=\h\%(\w\|\.\)*"containednextgroup=pythonVars
81-
synregionpythonVarsstart="("end=")"containedcontains=pythonParameterstransparentkeepend
81+
synregionpythonVarsstart="("skip=+\(".*"\|'.*'\)+end=")"containedcontains=pythonParameterstransparentkeepend
8282
synmatchpythonParameters"[^,]*"containedcontains=pythonParamskipwhite
8383
synmatchpythonParam"[^,]*"containedcontains=pythonExtraOperator,pythonLambdaExpr,pythonBuiltinObj,pythonBuiltinType,pythonConstant,pythonString,pythonNumber,pythonBrackets,pythonSelfskipwhite
8484
synmatchpythonBrackets"{[(|)]}"containedskipwhite

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp