Skip to content

Commit c62ed49

Browse files
committed
fix(help): remove duplicated tags
Fixes #5
1 parent 17e1b02 commit c62ed49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/verilog_instance.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gb{motion} Create port instantiation from lines that {motion} moves
2626
*gbb*
2727
gbb Create port instantiation from current line.
2828

29-
*gb*
29+
*gb-visual*
3030
{Visual}gb Create port instantiation from the highlighted lines.
3131

3232
------------------------------------------------------------------------------
@@ -40,9 +40,9 @@ OPTIONS *verilog-instance-options*
4040
------------------------------------------------------------------------------
4141
KEY MAPPINGS *verilog-instance-key-mappings*
4242

43-
By default, the plugin uses *gb* and *gbb* mappings if not already mapped.
43+
By default, the plugin uses |gb| and |gbb| mappings if not already mapped.
4444
Those are the prefered mappings, but if they are already used, you can change
45-
them by adding something like that in your *vimrc* :
45+
them by adding something like that in your vimrc :
4646

4747
xmap ga <Plug>VerilogInstance
4848
nmap ga <Plug>VerilogInstance

0 commit comments

Comments
 (0)