-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcppinsights.txt
52 lines (37 loc) · 2.31 KB
/
cppinsights.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*cppinsights.txt* Vim extension for C++ Insights
Wu Zhenyu *cppinsights*
==============================================================================
CONTENTS *cppinsights-contents*
1. Introduction..........................................|cppinsights-intro|
2. Configuration........................................|cppinsights-config|
3. Commands...........................................|cppinsights-commands|
4. Functions.........................................|cppinsights-functions|
==============================================================================
INTRODUCTION *cppinsights-intro*
<doc/cppinsights.txt> is generated by <https://github.com/google/vimdoc>. See
<README.md> for more information about installation and screenshots.
==============================================================================
CONFIGURATION *cppinsights-config*
*cppinsights:g:cppinsights#vertical*
Configure if |:vertical| |:split|.
Default: 1 `
*cppinsights:g:cppinsights#cmd*
Configure what command use. If not exists, will warn and exit.
Default: 'insights' `
*cppinsights:g:cppinsights#window_name*
Configure what window name use for split window. See |%:r|.
Default: '%:r-insights.cpp' `
*cppinsights:g:cppinsights#extra_args*
Configure extra arguments used by `insights`. See `insights --help`. Such as
`-- -std=c++17`.
Default: '' `
==============================================================================
COMMANDS *cppinsights-commands*
:Insights[!] *:Insights*
Only when current filetype is `cpp`, this command will be defined.
|<bang>| configure if |:diffsplit|.
==============================================================================
FUNCTIONS *cppinsights-functions*
cppinsights#main({bang}) *cppinsights#main()*
Main function for |:Insights|.
vim:tw=78:ts=8:ft=help:norl: