Added sbt to the list of new completions

Also fixed sublist indentation and removed periods for formtatting consistency
This commit is contained in:
Alexey Alekhin 2017-08-21 16:42:29 +02:00 committed by ridiculousfish
parent fa3ca4dc3d
commit 75dd852340

View file

@ -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)
---