xaizek / vim-inccomplete (License: Vim) (since 2018-12-07)
Vim plugin for #include directive completion in C family of languages.
Subject SHA-1 Author Date
Don't list includes that are already present d020e8f4811892afb0b03bf5aafead987e19f542 xaizek 2012-09-03 17:59:21
Ignore directories which names start with a dot 898ae13c0b841fb9f82b25037d86a6517800a953 xaizek 2012-09-09 15:53:29
Don't add the directory when listing files in it ea0eeb55c7b880afed48560c5859fd3802fdfe64 xaizek 2012-09-02 08:55:23
Update author email address 99a3168bb593e6af0d4d806073243a8afe2e7f4b xaizek 2012-09-02 08:53:40
Add option to append slashes to directories e8bca2345d12ac8a6156e9d41568659e72bbcac8 xaizek 2012-04-18 19:13:17
Optimize '#include <|' case as most useful 5fa307766a46e862c54e51d741f73e23acf79a86 xaizek 2012-04-15 18:31:40
Fix parsing of directories several times f1ecca04beb330252e2f39116eb56cfbb3e397ce xaizek 2012-04-15 18:27:14
Avoid delay on adding comments after #include 87ace4396941557cf91d757e4f5d8800e335ce24 xaizek 2012-03-09 17:47:01
Fix completing of <a/b/...> on Windows 9bdb1ad4e46ed79c9ecfc01a838aee70f8d91c83 xaizek 2012-02-03 20:32:02
Minor code corrections 4394b1dbff0453819640532754a2e11c5ee53dc4 xaizek 2012-01-06 21:01:34
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-inccomplete

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

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