Doc - Restore command
Open
- Dominant language
- Vim Script
- Stars
- 599
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
The `Restore` command without an explicit `name` restores all `Save` commands across all files being executed.
e.g. `Vader x.vim y.vim`
```vim
x.vim
Save g:xxx
...
y.vim
Save g:yyy
Restore "g:xxx and g:yyy
```
Or it should be fixed?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.