diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 02:53:23 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 04:19:53 +0200 |
| commit | 32cff31cca24ef94c60aabec0bd1bc41dbf62e4c (patch) | |
| tree | 16916aaa3c7f6a0298debcd9ef6c5f4f3bdaf8db /src | |
| parent | _mcookie: more useful heading for -m (diff) | |
| download | zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.tar zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.tar.gz zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.tar.bz2 zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.tar.lz zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.tar.xz zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.tar.zst zsh-completions-32cff31cca24ef94c60aabec0bd1bc41dbf62e4c.zip | |
_nano: set ret=0 for all the state stuff
Diffstat (limited to 'src')
| -rw-r--r-- | src/_nano | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,8 +77,8 @@ if [[ -n $state ]]; then +) _message -e lines "start at a given line" ;; +[crCR]#[/?]) _message -e 'search string' ;; +<->,) _message -e 'column number' ;; - *) _files && ret=0 ;; - esac + *) _files ;; + esac && ret=0 fi return ret |
