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
Undo addition of closing " or > on backspace 40b8952ff2df6ae328e3b0a41f51288a278f0d38 xaizek 2016-11-09 15:48:25
Trigger completion on / or \ right before " or > 91632597196a1672f1aa6816f202b52293a144b7 xaizek 2016-11-09 15:36:58
Fix paths with spaces on Windows (only?) b07b9ed1bb1208794511d1b9581809559bc5e62a xaizek 2016-11-09 15:23:47
Don't treat cygwin as Windows 2562da3222b200dad711573430487cfc1b42add9 xaizek 2016-11-09 12:17:41
Fix adding descendants on "../..." completion cd53931f90a6627a419cfd1d777617c8ac845d9d xaizek 2016-06-26 19:26:15
Prevent error on `</` or `"/` input 9a3c581a712acce87bac2611c8e4e38a932e7be7 xaizek 2016-06-03 19:20:01
More readable loop in ICFindIncludes() 2652a13693e8fb2eb0ae72bb10788e294c99c11c xaizek 2016-06-03 19:19:17
Updated docs regarding plugin compatibility 2f5978618e1d197957f1dbeb594703ade24e2883 xaizek 2015-12-30 11:10:05
Allow "-completion relative to project root 8affaf475b25c830d44a5393c5ee289e47d04c0c xaizek 2015-08-29 15:37:16
Fix completion issues 724f4f99b3328ac306fec6ff6129ef2c659ed75f xaizek 2015-08-29 01:19:54
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