summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-08-02 15:10:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-08-08 14:55:02 +0000
commit5654b905f96720bef285dc92d6b2e2cc31bd971e (patch)
tree0e9640e4c0088ffaff653fee2aa0318c52b7d500 /ChangeLog
parente2124c47193f57bdc5a19061e2e9bc6969fda32e (diff)
downloadzsh-5654b905f96720bef285dc92d6b2e2cc31bd971e.tar.gz
zsh-5654b905f96720bef285dc92d6b2e2cc31bd971e.tar.xz
zsh-5654b905f96720bef285dc92d6b2e2cc31bd971e.zip
41481: _df: Complete mounted device and mount points.
This splits umount's "udevordir" completion from _mount to a new file,
without changing it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6709f316..dac44b18f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-08-08  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 41481: Completion/Unix/Command/_df,
+	Completion/Unix/Command/_mount, Completion/Unix/Type/_umountable:
+	_df: Complete mounted device and mount points.
+
 	* 41486: Completion/Unix/Command/_tmux: Correct completions of
 	new-window, split-window, respawn-window, respawn-pane.