Update ROADMAP.md

This commit is contained in:
Grant Mathews 2017-04-04 22:10:29 +09:00 committed by GitHub
parent e55e1a160b
commit 096ab007ee

View File

@ -165,7 +165,7 @@ Status | Command | Description
## Using tags ## Using tags
The following are all marked low priority because VSCode has very good support for tags with Goto Symbol. Try it from the comand palette if you haven't yet! The following are all marked low priority because VSCode has very good support for tags with Goto Symbol. Try it from the command palette if you haven't yet!
Status | Command | Description Status | Command | Description
---|--------|------------------------------ ---|--------|------------------------------
@ -307,6 +307,11 @@ Status | Command | Description
## Copying and moving text ## Copying and moving text
Miscellanea:
* We don't currently support the black hole register. [associated issue](https://github.com/VSCodeVim/Vim/issues/1357)
* We don't support read only registers.
Status | Command | Description | Note Status | Command | Description | Note
---|--------|-------------|----------------- ---|--------|-------------|-----------------
:warning: | "{char} | use register {char} for the next delete, yank, or put | read only registers are not supported :warning: | "{char} | use register {char} for the next delete, yank, or put | read only registers are not supported
@ -480,8 +485,8 @@ Status | Command | Default Value | Description
Status | Command | Description | Note Status | Command | Description | Note
---|--------|-------|------------------------------ ---|--------|-------|------------------------------
:warning:| :1234: u | undo last N changes | Current implementation may not cover every case perfectly. :white_check_mark: | :1234: u | undo last N changes | Current implementation may not cover every case perfectly.
:warning: | :1234: CTRL-R | redo last N undone changes | As above. :white_check_mark: | :1234: CTRL-R | redo last N undone changes | As above.
| U | restore last changed line | U | restore last changed line
## External commands ## External commands
@ -554,6 +559,8 @@ The folding method can be set with the 'foldmethod' option. This is currently no
### Fold commands ### Fold commands
Pretty much everything fold-related is blocked by [this issue](https://github.com/VSCodeVim/Vim/issues/1004).
Status | Command | Description Status | Command | Description
---|--------|------------------------------ ---|--------|------------------------------
:arrow_down: | zf{motion} or {Visual}zf | Operator to create a fold. :arrow_down: | zf{motion} or {Visual}zf | Operator to create a fold.