darcs

Patch 1571 append a slash when listing directory completions

Title append a slash when listing directory completions
Superseder Nosy List bfrk
Related Issues
Status rejected Assigned To
Milestone

Created on 2017-08-09.11:55:19 by bfrk, last changed 2017-08-16.01:00:05 by bfrk.

Files
File name Status Uploaded Type Edit Remove
append-a-slash-when-listing-directory-completions.dpatch bfrk, 2017-08-09.11:55:19 text/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg19520 (view) Author: bfrk Date: 2017-08-09.11:55:19
Note this is not for screened yet, see the long description below.

1 patch for repository http://darcs.net/screened:

patch d6d0a47877ad80893422b2f956291516c6551b24
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat Apr 22 11:31:17 CEST 2017
  * append a slash when listing directory completions
  
  I had this implemented but commented out before I recorded the completion
  support refactorings (patch1546). The reason was that it turned out it
made
  no difference with the enhanced zsh completion script I was developing at
  the same time. It may make a difference with bash or other shells, though.
  
  If this is not desired, the feature should be removed completely, which
  would allow some simplifications in the code.
Attachments
msg19554 (view) Author: bfrk Date: 2017-08-11.19:21:45
Let me ask the question more directly: is it desirable for
bash-completion to have a '/' appended to directory names?
History
Date User Action Args
2017-08-09 11:55:19bfrkcreate
2017-08-11 19:21:45bfrksetmessages: + msg19554
2017-08-16 01:00:05bfrksetstatus: needs-screening -> rejected