You've already forked vimtabdiff
Update README with latest Usage
This commit is contained in:
@@ -24,7 +24,7 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here
|
|||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
```help
|
```help
|
||||||
usage: vimtabdiff.py [-h] [--vim VIM] [--onlydiffs] pathA pathB
|
usage: vimtabdiff.py [-h] [--vim VIM] [--onlydiffs] [--skipmissing] pathA pathB
|
||||||
|
|
||||||
Show diff of files from two directories in vim tabs
|
Show diff of files from two directories in vim tabs
|
||||||
|
|
||||||
@@ -33,9 +33,10 @@ positional arguments:
|
|||||||
pathB
|
pathB
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--vim VIM vim command to run
|
--vim VIM vim command to run
|
||||||
--onlydiffs only open files where there is a diff
|
--onlydiffs only open files where there is a diff
|
||||||
|
--skipmissing skip non-existent files
|
||||||
```
|
```
|
||||||
|
|
||||||
## Relevant vim tips
|
## Relevant vim tips
|
||||||
|
Reference in New Issue
Block a user