xaizek / vim-inccomplete (License: Vim) (since 2018-12-07)
Vim plugin for #include directive completion in C family of languages.
Commit 99a3168bb593e6af0d4d806073243a8afe2e7f4b

Update author email address
Author: xaizek
Author date (UTC): 2012-09-02 08:53
Committer name: xaizek
Committer date (UTC): 2012-09-02 08:53
Parent(s): e8bca2345d12ac8a6156e9d41568659e72bbcac8
Signing key:
Tree: 2d21e9802e0cd745c072a10001a133b01979b0d9
File Lines added Lines deleted
doc/inccomplete.txt 2 2
plugin/inccomplete.vim 1 1
File doc/inccomplete.txt changed (mode: 100644) (index 5cf2746..eef792f)
1 *inccomplete.txt* For Vim version 7.3. Last change: 2012 Apr 18
1 *inccomplete.txt* For Vim version 7.3. Last change: 2012 Sep 02
2 2
3 3
4 4 inccomplete plugin documentation by xaizek inccomplete plugin documentation by xaizek
 
... ... inccomplete plugin *inccomplete*
10 10 2. Configuration |inccomplete-configuration| 2. Configuration |inccomplete-configuration|
11 11 3. ToDo |inccomplete-todo| 3. ToDo |inccomplete-todo|
12 12
13 Author: xaizek <xaizek@gmail.com> *inccomplete-author*
13 Author: xaizek <xaizek@lavabit.com> *inccomplete-author*
14 14 License: Same terms as Vim itself (see |license|) License: Same terms as Vim itself (see |license|)
15 15
16 16 ============================================================================== ==============================================================================
File plugin/inccomplete.vim changed (mode: 100644) (index c11ec16..a51a4ae)
1 1 " Name: inccomplete " Name: inccomplete
2 " Author: xaizek <xaizek@gmail.com>
2 " Author: xaizek <xaizek@lavabit.com>
3 3 " Version: 1.6.29 " Version: 1.6.29
4 4 " License: Same terms as Vim itself (see :help license) " License: Same terms as Vim itself (see :help license)
5 5 " "
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