m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:36:58 -05:00

Typo

Pierre Neidhardt
2016-12-23 18:53:40 +01:00
parent f90de1eb75
commit 80bb779818

@@ -12,8 +12,8 @@ end
```
```
function fzf-cdhist-widget -d 'cd to one of the previously visited location'
## Clear non-existent folders from cdhist.
function fzf-cdhist-widget -d 'cd to one of the previously visited locations'
# Clear non-existent folders from cdhist.
set -l buf
for i in (seq 1 (count $dirprev))
set -l dir $dirprev[$i]