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
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 }}
Vimjas
/
vim-python-pep8-indent
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
803
Code
Issues
12
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Much more powerful gq replacement function
- #29
#29
Closed
JelteF
wants to merge 22 commits into
Vimjas:master
Vimjas/vim-python-pep8-indent:master
from
JelteF:gq-fix
JelteF/vim-python-pep8-indent:gq-fix
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
Much more powerful gq replacement function
#29
JelteF
wants to merge 22 commits into
Vimjas:master
Vimjas/vim-python-pep8-indent:master
from
JelteF:gq-fix
JelteF/vim-python-pep8-indent:gq-fix
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2016
Add a start of a gq implementation that does not split strings halfway through
JelteF
committed
bb87bed
View commit details
Copy full SHA for bb87bed
Browse repository at this point
Commits on Sep 11, 2016
Remove extra cursor call
JelteF
committed
630fdc7
View commit details
Copy full SHA for 630fdc7
Browse repository at this point
Fallback to normal gq when no better solution is found
JelteF
committed
a9ff2d9
View commit details
Copy full SHA for a9ff2d9
Browse repository at this point
Fix trailing whitespace break
JelteF
committed
0f0eeb8
View commit details
Copy full SHA for 0f0eeb8
Browse repository at this point
Add normal mode to feedkeys
JelteF
committed
ed8ce61
View commit details
Copy full SHA for ed8ce61
Browse repository at this point
Remove echom calls
JelteF
committed
1259823
View commit details
Copy full SHA for 1259823
Browse repository at this point
Add check to see if space is inside brackets and add a "\" accordingly
JelteF
committed
ea4f96d
View commit details
Copy full SHA for ea4f96d
Browse repository at this point
Commits on Sep 20, 2016
Add support for breaking inside strings
JelteF
committed
7b21d10
View commit details
Copy full SHA for 7b21d10
Browse repository at this point
Use custom gq more often
JelteF
committed
0d22c60
View commit details
Copy full SHA for 0d22c60
Browse repository at this point
Fix breaking in string for double quote strings
JelteF
committed
c8de03f
View commit details
Copy full SHA for c8de03f
Browse repository at this point
Commits on Sep 21, 2016
Fix multiline string detection by using syntax plugin
JelteF
committed
d4b530f
View commit details
Copy full SHA for d4b530f
Browse repository at this point
Fix some annoying bugs
JelteF
committed
4f6697d
View commit details
Copy full SHA for 4f6697d
Browse repository at this point
Fix quote choosing for special strings (r/u/b)
JelteF
committed
8801fc9
View commit details
Copy full SHA for 8801fc9
Browse repository at this point
Fix string exclusion to include byte strings
JelteF
committed
d77a6cc
View commit details
Copy full SHA for d77a6cc
Browse repository at this point
Add a bracket intsead of backslash + newline when it can help
JelteF
committed
99d3c50
View commit details
Copy full SHA for 99d3c50
Browse repository at this point
Try adding newline after bracket instead of using backslash
JelteF
committed
85d31e2
View commit details
Copy full SHA for 85d31e2
Browse repository at this point
Fix unicode support partially
JelteF
committed
146ba03
View commit details
Copy full SHA for 146ba03
Browse repository at this point
Fix unicode related bugs by using virtcol
JelteF
committed
58c5347
View commit details
Copy full SHA for 58c5347
Browse repository at this point
Commits on Sep 22, 2016
Add support for strings with strformat and doctests
JelteF
authored
5391f8d
View commit details
Copy full SHA for 5391f8d
Browse repository at this point
Use exclamation mark functions
JelteF
committed
05464ad
View commit details
Copy full SHA for 05464ad
Browse repository at this point
Commits on Oct 6, 2016
Remove gq<movement> code, it works fine without it
JelteF
committed
21ea58a
View commit details
Copy full SHA for 21ea58a
Browse repository at this point
Commits on Oct 19, 2016
Fix bug after multiline removal
JelteF
authored
7445a12
View commit details
Copy full SHA for 7445a12
Browse repository at this point
You can’t perform that action at this time.