Skip to content

Commit 8383924

Browse files
committed
lint: add module update command to syntaxdbs
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 19c53fc commit 8383924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/nagelfar/syntaxdb_modulefile.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ set {::syntax(module initclear)} 0
123123
set {::syntax(module initlist)} 0
124124
set {::syntax(module purge)} 0
125125
set {::syntax(module reload)} 0
126+
set {::syntax(module update)} 0
126127
set {::syntax(module use)} x*
127128
set {::syntax(module available)} x*
128129
set {::syntax(module avail)} x*
@@ -232,7 +233,7 @@ set ::subCmd(module) {add load add-any load-any swap switch try-add try-load\
232233
remove rm delete unload unuse use aliases available avail show display\
233234
initadd initload initclear initlist initprepend initunload initrm\
234235
initswap initswitch list purge reload restore save savelist saverm\
235-
saveshow apropos keyword search test whatis}
236+
saveshow apropos keyword search test update whatis}
236237
set ::subCmd(module-info) {alias command loaded mode name shell shelltype\
237238
specified symbols tags type usergroups username version user trace\
238239
tracepat flags}

0 commit comments

Comments
 (0)