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 }}
yangle
/
vim-cpp
Public
forked from
vim-jp/vim-cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 23, 2021
Merge vim/runtime/syntax/c.vim
mattn
committed
fd95282
View commit details
Copy full SHA for fd95282
Browse repository at this point
Merge pull request #60 from dkearns/add-support-for-u8-character-literal
Show description for b52c13a
mattn
authored
b52c13a
View commit details
Copy full SHA for b52c13a
Browse repository at this point
Merge pull request #59 from dkearns/fix-raw-string-highlighting
Show description for 5a6e17f
mattn
authored
5a6e17f
View commit details
Copy full SHA for 5a6e17f
Browse repository at this point
Whitespace fixes
dkearns
committed
e955eeb
View commit details
Copy full SHA for e955eeb
Browse repository at this point
Add syntax support for u8 character literals
dkearns
committed
4914992
View commit details
Copy full SHA for 4914992
Browse repository at this point
Commits on Aug 15, 2021
Fix error highlighting in valid mulitline raw string literals
Show description for 15b8dd1
dkearns
committed
15b8dd1
View commit details
Copy full SHA for 15b8dd1
Browse repository at this point
Commits on May 18, 2021
Merge pull request #55 from adah1972/user-defined-literals
Show description for 0493ae5
mattn
authored
0493ae5
View commit details
Copy full SHA for 0493ae5
Browse repository at this point
Commits on May 4, 2021
Add support for C++17 hexadecimal float literals
adah1972
committed
42ea453
View commit details
Copy full SHA for 42ea453
Browse repository at this point
Fix the unintended interaction with c.vim
adah1972
committed
912a74f
View commit details
Copy full SHA for 912a74f
Browse repository at this point
Commits on Apr 17, 2021
Fix: some supported forms were not standard
Show description for 289c780
adah1972
committed
289c780
View commit details
Copy full SHA for 289c780
Browse repository at this point
Fix: forms like 2u were not highlighted as cppNumber
Show description for e17fffd
adah1972
committed
e17fffd
View commit details
Copy full SHA for e17fffd
Browse repository at this point
Simplify patterns a bit
adah1972
committed
802644f
View commit details
Copy full SHA for 802644f
Browse repository at this point
Commits on Apr 16, 2021
Better specify user-defined suffixes.
Show description for 2b204b2
adah1972
committed
2b204b2
View commit details
Copy full SHA for 2b204b2
Browse repository at this point
Fix: user-defined suffixes are case-sensitive
Show description for b70920e
adah1972
committed
b70920e
View commit details
Copy full SHA for b70920e
Browse repository at this point
Commits on Apr 13, 2021
Support user-defined literals on octals and 0.
adah1972
committed
39764b5
View commit details
Copy full SHA for 39764b5
Browse repository at this point
Commits on Apr 12, 2021
Add C++ syntax support for user-defined literals
adah1972
committed
502a16b
View commit details
Copy full SHA for 502a16b
Browse repository at this point
Commits on Jan 19, 2021
Merge branch 'upstream'
k-takata
committed
5df5e05
View commit details
Copy full SHA for 5df5e05
Browse repository at this point
Sync upstream
k-takata
committed
617a0e4
View commit details
Copy full SHA for 617a0e4
Browse repository at this point
Sync upstream
k-takata
committed
a36fc80
View commit details
Copy full SHA for a36fc80
Browse repository at this point
Merge pull request #53 from rgreenblatt/master
Show description for 0b1a506
k-takata
authored
0b1a506
View commit details
Copy full SHA for 0b1a506
Browse repository at this point
Commits on Jan 12, 2021
Check if in_cpp_family rather than just cpp, also latest c.vim
rgreenblatt
committed
71c7a06
View commit details
Copy full SHA for 71c7a06
Browse repository at this point
Commits on Dec 18, 2019
Merge pull request #51 from Smattr/785fdee6-4c40-4ebc-9c75-1855a9e1b550
Show description for 1c9c604
mattn
authored
1c9c604
View commit details
Copy full SHA for 1c9c604
Browse repository at this point
Merge branch 'master' into 785fdee6-4c40-4ebc-9c75-1855a9e1b550
mattn
authored
48302b2
View commit details
Copy full SHA for 48302b2
Browse repository at this point
Commits on Dec 17, 2019
Merge pull request #52 from sbeyer/master
Show description for 8cb68fe
mattn
authored
8cb68fe
View commit details
Copy full SHA for 8cb68fe
Browse repository at this point
Add C++20 extensions for cpp.vim
sbeyer
authored and
mattn
committed
0357d5d
View commit details
Copy full SHA for 0357d5d
Browse repository at this point
Rebase from upstream
mattn
committed
432b2fc
View commit details
Copy full SHA for 432b2fc
Browse repository at this point
Merge branch 'upstream'
mattn
committed
809a13b
View commit details
Copy full SHA for 809a13b
Browse repository at this point
Sync upstream
mattn
committed
567e85f
View commit details
Copy full SHA for 567e85f
Browse repository at this point
Commits on Dec 4, 2019
Add C++20 extensions for cpp.vim
sbeyer
committed
a6bfc59
View commit details
Copy full SHA for a6bfc59
Browse repository at this point
Commits on Aug 15, 2017
add support for shared_ptr casts
Show description for 9344c8e
Smattr
committed
9344c8e
View commit details
Copy full SHA for 9344c8e
Browse repository at this point
Commits on Jun 30, 2017
Merge pull request #50 from idbrii/fix-header-comment
Show description for 1ddd7e3
mattn
authored
1ddd7e3
View commit details
Copy full SHA for 1ddd7e3
Browse repository at this point
Commits on Jun 29, 2017
Remove date field in header
Show description for 2d46cb5
idbrii
committed
2d46cb5
View commit details
Copy full SHA for 2d46cb5
Browse repository at this point
Commits on Jun 13, 2017
Merge pull request #48 from vim-jp/fix-float
Show description for 20fe73c
mattn
authored
20fe73c
View commit details
Copy full SHA for 20fe73c
Browse repository at this point
Commits on May 11, 2017
contain cFloat into cppNumber
Show description for 6621962
mattn
committed
6621962
View commit details
Copy full SHA for 6621962
Browse repository at this point
Commits on Apr 26, 2017
Merge branch 'upstream'
mattn
committed
d3d3800
View commit details
Copy full SHA for d3d3800
Browse repository at this point
Previous
Next
You can’t perform that action at this time.