Auto merge of #1679 - puremourning:typescript-subcommands, r=Valloric

Update subcommmands supported for typescript

Noticed that the subcommands supported by typescript are not listed. Updated the docs and ran

```
vim-tools/html2vimdoc.py -f youcompleteme README.md > doc/youcompleteme.txt
```
This commit is contained in:
Homu 2015-09-15 13:03:30 +09:00
commit e60fa3f138
2 changed files with 4 additions and 4 deletions

View File

@ -733,7 +733,7 @@ the definition of the symbol is in the current translation unit. A translation
unit consists of the file you are editing and all the files you are including unit consists of the file you are editing and all the files you are including
with `#include` directives (directly or indirectly) in that file. with `#include` directives (directly or indirectly) in that file.
Supported in filetypes: `c, cpp, objc, objcpp, python, cs` Supported in filetypes: `c, cpp, objc, objcpp, python, cs, typescript`
### The `GoTo` subcommand ### The `GoTo` subcommand
@ -799,7 +799,7 @@ std::cout << *x; // invoking on x returns "const char ** => const char **"
NOTE: Causes reparsing of the current translation unit. NOTE: Causes reparsing of the current translation unit.
Supported in filetypes: `c, cpp, objc, objcpp` Supported in filetypes: `c, cpp, objc, objcpp, typescript`
### The `GetParent` subcommand ### The `GetParent` subcommand

View File

@ -923,7 +923,7 @@ when the definition of the symbol is in the current translation unit. A
translation unit consists of the file you are editing and all the files you are translation unit consists of the file you are editing and all the files you are
including with '#include' directives (directly or indirectly) in that file. including with '#include' directives (directly or indirectly) in that file.
Supported in filetypes: 'c, cpp, objc, objcpp, python, cs' Supported in filetypes: 'c, cpp, objc, objcpp, python, cs, typescript'
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
The *GoTo* subcommand The *GoTo* subcommand
@ -989,7 +989,7 @@ For example:
< <
NOTE: Causes reparsing of the current translation unit. NOTE: Causes reparsing of the current translation unit.
Supported in filetypes: 'c, cpp, objc, objcpp' Supported in filetypes: 'c, cpp, objc, objcpp, typescript'
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
The *GetParent* subcommand The *GetParent* subcommand