mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Added sbt to the list of new completions
Also fixed sublist indentation and removed periods for formtatting consistency
This commit is contained in:
parent
fa3ca4dc3d
commit
75dd852340
1 changed files with 5 additions and 4 deletions
|
@ -56,10 +56,11 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- Fix regression involving universal variables with side-effects at startup such as `set -U fish_escape_delay_ms 10` (#4196).
|
||||
- Option completion for `apt list` now works properly (#4350).
|
||||
- Added completions for:
|
||||
- `as` (#4130).
|
||||
- `jest` (#4142).
|
||||
- `subl` (Sublime Text 3 editor, #4277)
|
||||
- `snap` (#4215)
|
||||
- `as` (#4130)
|
||||
- `jest` (#4142)
|
||||
- `sbt` (#4347)
|
||||
- `subl` (Sublime Text 3 editor, #4277)
|
||||
- `snap` (#4215)
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue