Fix minor readme errors
This commit is contained in:
parent
3b03cedc2b
commit
24193a17ff
1 changed files with 3 additions and 3 deletions
|
|
@ -1371,9 +1371,9 @@ glyphs. You can easily change them by deifining the sign in your vimrc. For
|
|||
example, you could put this in your `vimrc` to use some simple ASCII symbols:
|
||||
|
||||
```viml
|
||||
sign define vimspectorBP text=>> texthl=WarningMsg
|
||||
sign define vimspectorBPCond text=>> texthl=WarningMsg
|
||||
sign define vimspectorBPDisabled text=>> texthl=LIneNr
|
||||
sign define vimspectorBP text==> texthl=WarningMsg
|
||||
sign define vimspectorBPCond text=?> texthl=WarningMsg
|
||||
sign define vimspectorBPDisabled text=!> texthl=LineNr
|
||||
sign define vimspectorPC text=-> texthl=MatchParen
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue