Skip to content

Commit

Permalink
Update NEWS & THANKS
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Dec 13, 2024
1 parent b10320c commit 2913eca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
using the XDG_CONFIG_HOME variable (except in POSIXly-correct mode).
- [line-editing] Command line prediction now works in the vi command
mode.
- [line-editing] Added completion for git-restore.
- [line-editing] Added completion for git-merge's --continue option.
- [line-editing] The completion for the . built-in now suggests
directory names for the first operand even before the user enters a
slash.
Expand Down
2 changes: 2 additions & 0 deletions NEWS.ja
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
ようになった (POSIX 準拠モードを除く)
- [行編集] Vi 風編集モードのコマンドモードでもコマンドライン推定の
補完候補を表示するようになった
- [行編集] git-restore の補完を追加
- [行編集] git-merge の --continue オプションの補完を追加
- [行編集] . 組込みコマンドの最初の引数の補完で、スラッシュを入力する
前からディレクトリ名を補完候補として出すようにした
- POSIX.1-2024 のサポートを強化:
Expand Down
3 changes: 2 additions & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ The author thanks:

* DanisDGK, for the completion script for doas

* unrealapex, for adding XDG_CONFIG_HOME variable support
* unrealapex, for adding XDG_CONFIG_HOME variable support, git-restore
completion, and more

0 comments on commit 2913eca

Please sign in to comment.