diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
| commit | 72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch) | |
| tree | fa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Src/Zle/zle_hist.c | |
| parent | 29315: add a missing backslash. (diff) | |
| download | zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.bz2 zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.lz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.zst zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip | |
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Src/Zle/zle_hist.c')
| -rw-r--r-- | Src/Zle/zle_hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c index 347116fd5..bd5bc36d5 100644 --- a/Src/Zle/zle_hist.c +++ b/Src/Zle/zle_hist.c @@ -470,7 +470,7 @@ historysearchbackward(char **args) histpos++; /* ensure we're not on a combining character */ CCRIGHTPOS(histpos); - /* histpos from now on on is an index into the metafied string */ + /* histpos from now on is an index into the metafied string */ srch_str = zlelineasstring(zleline, histpos, 0, NULL, NULL, 0); } free(line); |
