Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-mode
/
python-mode
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
758
Star
5.5k
Code
Issues
38
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-mode
autoload
pymode
folding.vim
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2018
Fix #826
Junlan Liu
committed
02a6e69
View commit details
Copy full SHA for 02a6e69
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
Fixed corner case of folding crash when there is a definition on the first line (gh issue #839)
fmv1992
committed
8aeb039
View commit details
Copy full SHA for 8aeb039
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
moved functions that restore cursor position near to where cursor is moved
fmv1992
committed
52ef7ab
View commit details
Copy full SHA for 52ef7ab
View code at this point
Browse repository at this point
added branch develop to Travis CI build and solved gh issue #814 (on the folding jumping problem)
fmv1992
committed
60c638d
View commit details
Copy full SHA for 60c638d
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
greatly improved tests; improved folding as a result
fmv1992
committed
5b6e92d
View commit details
Copy full SHA for 5b6e92d
View code at this point
Browse repository at this point
Commits on Nov 19, 2017
fixed folding issue when definition was on first line (gh issue 808)
fmv1992
committed
c7e6baa
View commit details
Copy full SHA for c7e6baa
View code at this point
Browse repository at this point
Commits on Nov 18, 2017
changed troubleshooting mechanism and updated documentation on development guidelines
fmv1992
committed
6d497a4
View commit details
Copy full SHA for 6d497a4
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
updated vim files according to 2082d0b8fed7fff10b3f335cefc6a51dd25ee0b2 (various improvements)
fmv1992
committed
3e37c3c
View commit details
Copy full SHA for 3e37c3c
View code at this point
Browse repository at this point
Commits on May 18, 2017
Updated docstring regex to allow folding of raw python strings
ColinKennedy
committed
8abc436
View commit details
Copy full SHA for 8abc436
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Make folding much faster in some cases
Show description for 8587789
wilywampa
committed
8587789
View commit details
Copy full SHA for 8587789
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
improved folding of various cases
fmv1992
committed
a8dcbc8
View commit details
Copy full SHA for a8dcbc8
View code at this point
Browse repository at this point
fixed folding for inline def statements
fmv1992
committed
72bbe35
View commit details
Copy full SHA for 72bbe35
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
improved folding in various cases
fmv1992
committed
a81cdc4
View commit details
Copy full SHA for a81cdc4
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Fix folding after blank line in class/def
wilywampa
committed
fa6322e
View commit details
Copy full SHA for fa6322e
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Merge pull request #534 from Ram-Z/singleline-def
Show description for fb2ab53
klen
committed
fb2ab53
View commit details
Copy full SHA for fb2ab53
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
Don't fold single line def
Show description for e6c9144
Ram-Z
committed
e6c9144
View commit details
Copy full SHA for e6c9144
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Don't skip a line when the first docstring contains text
Ram-Z
committed
7ce8c76
View commit details
Copy full SHA for 7ce8c76
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
Merge pull request #521 from coldeasy/develop
Show description for 9b2991c
klen
committed
9b2991c
View commit details
Copy full SHA for 9b2991c
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
Fix issue #519 – fold text truncated when relativenumber is set.
sscherfke
committed
da4d8b2
View commit details
Copy full SHA for da4d8b2
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
Don't force indentation to be 0 for lines not starting with whitespace
Show description for 8b184cc
Colin Deasy
committed
8b184cc
View commit details
Copy full SHA for 8b184cc
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Replace getcurpos with getpos to support older Vim
wilywampa
committed
dc80183
View commit details
Copy full SHA for dc80183
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Merge pull request #500 from wilywampa/nested_defs
Show description for 59613fb
klen
committed
59613fb
View commit details
Copy full SHA for 59613fb
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Fix BlockStart when previous line is indented
wilywampa
committed
f2a03ec
View commit details
Copy full SHA for f2a03ec
View code at this point
Browse repository at this point
Add file length limit for checking for nested folds
wilywampa
committed
09dc5ef
View commit details
Copy full SHA for 09dc5ef
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Fix more corner cases
Show description for 5304abe
wilywampa
committed
5304abe
View commit details
Copy full SHA for 5304abe
View code at this point
Browse repository at this point
Fix edge case bug at end of top-level fold
wilywampa
committed
391ece0
View commit details
Copy full SHA for 391ece0
View code at this point
Browse repository at this point
Make folding nested defs much faster
wilywampa
committed
906eff5
View commit details
Copy full SHA for 906eff5
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
Handle folding of nested defs correctly
wilywampa
committed
d113fe0
View commit details
Copy full SHA for d113fe0
View code at this point
Browse repository at this point
Add folding support for multi-line decorators
wilywampa
committed
fce811d
View commit details
Copy full SHA for fce811d
View code at this point
Browse repository at this point
Commits on May 7, 2014
Fix folding.
klen
committed
2286cc7
View commit details
Copy full SHA for 2286cc7
View code at this point
Browse repository at this point
Commits on Dec 12, 2013
folding: handle multibyte chars in &fillchars
Show description for 8a10b96
blueyed
committed
8a10b96
View commit details
Copy full SHA for 8a10b96
View code at this point
Browse repository at this point
Commits on Dec 7, 2013
Respect &fillchars.
klen
committed
3e7aec0
View commit details
Copy full SHA for 3e7aec0
View code at this point
Browse repository at this point
Commits on Dec 6, 2013
fix folding.
klen
committed
757b663
View commit details
Copy full SHA for 757b663
View code at this point
Browse repository at this point
Commits on Dec 1, 2013
Fix #278
klen
committed
ea76118
View commit details
Copy full SHA for ea76118
View code at this point
Browse repository at this point
Setup folding regex
klen
committed
411a74d
View commit details
Copy full SHA for 411a74d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.