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
Make plugin load faster via autoload directory 928e9d61de00df0089d6c032ffea91d89f4637da xaizek 2020-01-16 22:46:47
Allow g:inccomplete_localsources to include paths cf6ea41d35eed1901869bd83e5f2418de58280c2 xaizek 2020-01-09 17:20:06
Add b:inccomplete_roots option 5e44b84adfe62e98eb9dab6220f69ba6cd36a16d xaizek 2019-04-19 11:51:31
Use custom sets of exts depending on situation 2dc46daed1c7d895cb3e225649957b307067da85 xaizek 2019-04-19 10:13:30
Group files from the same source together ff258993f688ab515d9e2b100f8577a636911d7c xaizek 2019-04-19 10:02:28
Sort directories in front of files 1ae4bd8e6228e13a6fd833ced5e341aa041b1484 xaizek 2019-04-19 10:01:44
Describe g:inccomplete_localsources in the README 5cc060406d7786cee5bef969e840b1ca43f9e153 xaizek 2018-04-05 12:38:45
Fix nested directories in "" being shown as files 170fd0d70e1727af7a9fecdf8120517f6d7ea100 xaizek 2018-04-05 08:01:24
Add g:inccomplete_localsources option 0cf941648e2c685ea10a4f7f9fed958905fb72f6 xaizek 2018-04-03 20:31:16
Cut off trailing spaces on filtering 81cbb214250803ee9b9995d1e8a445a2cbc3a79c xaizek 2018-04-03 20:20:15
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