File README.md changed (mode: 100644) (index 8edc5d8..618bc55) |
... |
... |
directive. |
11 |
11 |
|
|
12 |
12 |
### Sources of completion ### |
### Sources of completion ### |
13 |
13 |
|
|
14 |
|
Sources for `""` completion are a combination of path relative to the directory |
|
15 |
|
of current file and a project root (can be specified on configuration). |
|
|
14 |
|
Sources for `""` completion are configured via `g:inccomplete_localsources` and |
|
15 |
|
can include: |
|
16 |
|
- paths relative to the directory of current file |
|
17 |
|
- `'-I'` keys from `g:clang_user_options` |
|
18 |
|
- `'-I'` keys from `b:clang_user_options` |
|
19 |
|
- paths relative to project root (if specified on configuration) |
16 |
20 |
|
|
17 |
21 |
Sources for `<>` completion are: |
Sources for `<>` completion are: |
18 |
22 |
- `'path'` option (on *nix it's set to `'/usr/include'` by default, but on |
- `'path'` option (on *nix it's set to `'/usr/include'` by default, but on |