mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-01-26 16:23:30 +01:00
Trim excess whitespace
This commit is contained in:
parent
45df07c185
commit
eb98a55bc0
3 changed files with 10 additions and 9 deletions
|
|
@ -53,6 +53,7 @@
|
||||||
## Homebrew
|
## Homebrew
|
||||||
|
|
||||||
1. Install command:
|
1. Install command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install zsh-autosuggestions
|
brew install zsh-autosuggestions
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ _zsh_autosuggest_bind_widget() {
|
||||||
_zsh_autosuggest_bind_widgets() {
|
_zsh_autosuggest_bind_widgets() {
|
||||||
emulate -L zsh
|
emulate -L zsh
|
||||||
|
|
||||||
local widget
|
local widget
|
||||||
local ignore_widgets
|
local ignore_widgets
|
||||||
|
|
||||||
ignore_widgets=(
|
ignore_widgets=(
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,7 @@ _zsh_autosuggest_bind_widget() {
|
||||||
_zsh_autosuggest_bind_widgets() {
|
_zsh_autosuggest_bind_widgets() {
|
||||||
emulate -L zsh
|
emulate -L zsh
|
||||||
|
|
||||||
local widget
|
local widget
|
||||||
local ignore_widgets
|
local ignore_widgets
|
||||||
|
|
||||||
ignore_widgets=(
|
ignore_widgets=(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue