kakoune/rc
Lennard Hofmann 75bb796b2b
[sh] Allow more characters in aliases and function names
Which characters are allowed?
- Aliases: https://www.gnu.org/software/bash/manual/html_node/Aliases.html
- Functions: https://unix.stackexchange.com/questions/245331/shell-valid-function-name-characters

For aliases I chose [\w-.] instead of blacklisting many forbidden characters. For functions I chose \S.
2020-02-03 18:59:46 +00:00
..
detection rc: Use the standard fail command to report errors 2019-11-14 08:32:55 +01:00
filetype [sh] Allow more characters in aliases and function names 2020-02-03 18:59:46 +00:00
tools Slight code cleanup in grep.kak 2019-12-31 12:50:19 +11:00
windowing x11-terminal: Leverage the shell quoting of lists for perfect forwarding 2020-01-13 05:26:08 +01:00