Updating vimdoc from readme
This commit is contained in:
parent
88bff3f5cf
commit
686f7951a7
@ -145,8 +145,8 @@ their features plus extra:
|
|||||||
- neocomplcache
|
- neocomplcache
|
||||||
|
|
||||||
YCM also provides semantic go-to-definition/declaration commands for C-family
|
YCM also provides semantic go-to-definition/declaration commands for C-family
|
||||||
languages. Expect more IDE features powered by the various YCM semantic
|
languages & Python. Expect more IDE features powered by the various YCM
|
||||||
engines in the future.
|
semantic engines in the future.
|
||||||
|
|
||||||
You'll also find that YCM has filepath completers (try typing './' in a file)
|
You'll also find that YCM has filepath completers (try typing './' in a file)
|
||||||
and a completer that integrates with UltiSnips [8].
|
and a completer that integrates with UltiSnips [8].
|
||||||
@ -606,7 +606,7 @@ The *GoToDeclaration* subcommand
|
|||||||
|
|
||||||
Looks up the symbol under the cursor and jumps to its declaration.
|
Looks up the symbol under the cursor and jumps to its declaration.
|
||||||
|
|
||||||
Supported in filetypes: 'c, cpp, objc, objcpp'
|
Supported in filetypes: 'c, cpp, objc, objcpp, python'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *GoToDefinition* subcommand
|
The *GoToDefinition* subcommand
|
||||||
@ -619,7 +619,7 @@ translation unit consists of the file you are editing and all the files you
|
|||||||
are including with '#include' directives (directly or indirectly) in that
|
are including with '#include' directives (directly or indirectly) in that
|
||||||
file.
|
file.
|
||||||
|
|
||||||
Supported in filetypes: 'c, cpp, objc, objcpp'
|
Supported in filetypes: 'c, cpp, objc, objcpp, python'
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *GoToDefinitionElseDeclaration* subcommand
|
The *GoToDefinitionElseDeclaration* subcommand
|
||||||
@ -628,7 +628,7 @@ Looks up the symbol under the cursor and jumps to its definition if possible;
|
|||||||
if the definition is not accessible from the current translation unit, jumps
|
if the definition is not accessible from the current translation unit, jumps
|
||||||
to the symbol's declaration.
|
to the symbol's declaration.
|
||||||
|
|
||||||
Supported in filetypes: 'c, cpp, objc, objcpp'
|
Supported in filetypes: 'c, cpp, objc, objcpp, python'
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
*youcompleteme-options*
|
*youcompleteme-options*
|
||||||
@ -1027,11 +1027,11 @@ Default: '[see next line]'
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *g:ycm_cache_omnifunc* option
|
The *g:ycm_cache_omnifunc* option
|
||||||
|
|
||||||
Some omnicompletion engines do not work well with the YCM cache—in
|
Some omnicompletion engines do not work well with the YCM cache—in particular,
|
||||||
particular, they might not produce all possible results for a given prefix. By
|
they might not produce all possible results for a given prefix. By unsetting
|
||||||
unsetting this option you can ensure that the omnicompletion engine is
|
this option you can ensure that the omnicompletion engine is requeried on
|
||||||
requeried on every keypress. That will ensure all completions will be
|
every keypress. That will ensure all completions will be presented, but might
|
||||||
presented, but might cause stuttering and lagginess if the omnifunc is slow.
|
cause stuttering and lagginess if the omnifunc is slow.
|
||||||
|
|
||||||
Default: '1'
|
Default: '1'
|
||||||
>
|
>
|
||||||
@ -1272,8 +1272,8 @@ The author's homepage is http://val.markovic.io.
|
|||||||
*youcompleteme-license*
|
*youcompleteme-license*
|
||||||
License ~
|
License ~
|
||||||
|
|
||||||
This software is licensed under the GPL v3 license [26]. Š 2012 Strahinja Val
|
This software is licensed under the GPL v3 license [26]. Copyright 2012
|
||||||
Markovic <val@markovic.io>.
|
Strahinja Val Markovic <val@markovic.io>.
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
*youcompleteme-references*
|
*youcompleteme-references*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user