Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b56cf28b
Commit
b56cf28b
authored
Jan 20, 2023
by
Dmitry Gutov
Browse files
; (ruby-ts--predefined-variables): Make it a little shorter
parent
d94dc606
Pipeline
#22874
passed with stages
in 137 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/ruby-ts-mode.el
lisp/progmodes/ruby-ts-mode.el
+1
-1
No files found.
lisp/progmodes/ruby-ts-mode.el
View file @
b56cf28b
...
...
@@ -131,7 +131,7 @@
"$."
"$<"
"$>"
"$_"
"$*"
"$$"
"$?"
"$:"
"$LOAD_PATH"
"$LOADED_FEATURES"
"$DEBUG"
"$FILENAME"
"$stderr"
"$stdin"
"$stdout"
"$VERBOSE"
"$-a"
"$-i"
"$-l"
"$-p"
(
seq
"$"
(
+
digit
))
)
"$0"
"$
1
"
"$2"
"$3"
"$4"
"$5"
"$6"
"$7"
"$8"
"$9"
)
string-end
)
"Ruby predefined global variables."
)
...
...
EMBA bot
@bot
mentioned in commit
0805972e
·
Jan 23, 2023
mentioned in commit
0805972e
mentioned in commit 0805972e4cab3493d172edf2e303486d7c3cb386
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment