Skip to content

Commit

Permalink
optscript: make the help messages for @[0-9] and [0-9]@ operators eas…
Browse files Browse the repository at this point in the history
…ier to understand

Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Mar 23, 2024
1 parent 9f337e0 commit fd1441d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/CommonPrelude.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const char ctagsCommonPrelude []=
"% define @1 ~ @9.\n"
"1 1 9 {\n"
" dup\n"
" mark (- @) 3 -1 roll ?0 add ( matchloc) _buildstring\n"
" mark (- @) 3 -1 roll ?0 add ( start:matchloc) _buildstring\n"
" exch dup\n"
" mark (@) 3 -1 roll ?0 add _buildstring cvn\n"
" exch\n"
Expand All @@ -213,7 +213,7 @@ const char ctagsCommonPrelude []=
"% define 1@ ~ 9@.\n"
"1 1 9 {\n"
" dup\n"
" mark (- ) 3 -1 roll ?0 add (@ matchloc) _buildstring\n"
" mark (- ) 3 -1 roll ?0 add (@ end:matchloc) _buildstring\n"
" exch dup\n"
" mark exch ?0 add (@) _buildstring cvn\n"
" exch\n"
Expand Down
Binary file modified main/CommonPrelude.ps
Binary file not shown.

0 comments on commit fd1441d

Please sign in to comment.