xaizek / vim-includefixer (License: BSLv1) (since 2018-12-07)
Vim plugin to automatically categorize and alphabetize #include headers
Subject SHA-1 Author Date
Customize order of include groups 36a335ed6526d2cd1077bc3fedcffed003756992 xaizek 2016-09-03 19:57:19
Sort paths in a structural way ef8428ac05ea91fcced5350ea6be6b5e00e7fcb1 xaizek 2016-09-03 19:56:38
Reimplement ClearEmpty without use of :global dec4dabd70965de12941c93d8a420846d55c1626 xaizek 2016-09-03 19:15:53
Add <system> kind of includes 8d542d8db89d522912e0c3ececa8c00d92684ed3 xaizek 2016-09-03 19:14:44
Use '-strings for lists of includes 313ff4038414c31a08a584696729d6e449991ef2 xaizek 2016-09-03 18:50:15
Reenable global variable 98feeefda58bec0c14eeb94060383ad3bab6d143 Deon Poncini 2013-12-15 01:42:26
Fix range bug 40c5d0dc6746b7cd3525303387384ced4d0e1224 Deon Poncini 2013-12-15 01:40:17
Add Documentation 71f30a5de6c94800c209454aab7c173bdb14f0e6 Deon Poncini 2013-12-15 01:19:01
Vim plugin for sorting includes in C/C++ 101ea31ac5e5530c167c76d0e946b7245999eac4 Deon Poncini 2013-12-15 00:08:14
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vim-includefixer

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vim-includefixer

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master