Commit Graph

9 Commits

Author SHA1 Message Date
Qi Xiao
df840c28c6 Document more commands added in 0.21. 2024-05-04 18:56:12 +01:00
Qi Xiao
0fc462b69a pkg/eval: Require "catch" when using "else" in the try command.
This addresses the comment raised in #1782.
2024-04-01 20:54:12 +01:00
Qi Xiao
9d2c6d9217 Deprecate implicit cd.
This addresses #1099.

Also link to location mode from the elvdoc of cd (originally part of #1764).
2024-02-26 17:33:18 +00:00
Qi Xiao
4f822ab654 New md: module. 2024-02-26 10:40:24 +00:00
Qi Xiao
175b835bbd edit:kill-{left right}-alnum-word -> edit:kill-alnum-word-{left right}.
This fixes #1768.
2024-02-24 10:23:03 +00:00
Qi Xiao
c99932929e Add os:{mkdir-all symlink rename}.
This addresses #1659.
2024-02-19 14:48:46 +00:00
Qi Xiao
f57164f7fe Make string comparision commands except !=s accept any number of arguments.
They have been documented to do so, but the implementation only accepted two
arguments.
2024-02-18 10:56:30 +00:00
Qi Xiao
b310bfeefb pkg/eval: Change != and not-eq to only accept two arguments.
The !=s command already only accepts two arguments.

This fixes #1767.
2024-02-18 10:47:17 +00:00
Qi Xiao
71a682629d Remove support for ~/.elvish. 2024-02-10 16:07:04 +00:00