Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2010 21:34:57 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include histedit.h src/lib/libedit filecomplete.c filecomplete.h
Message-ID:  <201006152137.o5FLbRcm084522@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-06-15 21:34:57 UTC

  FreeBSD src repository

  Modified files:
    include              histedit.h 
    lib/libedit          filecomplete.c filecomplete.h 
  Log:
  SVN rev 209219 on 2010-06-15 21:34:57Z by jilles
  
  libedit: Allow simple quoting in filename completion.
  
  The completer recognizes characters escaped with backslashes as being
  literal parts of a word, and adds backslashes to avoid almost all
  misinterpretation. In particular, filenames containing spaces can be
  completed correctly.
  
  For bug compatibility with the NetBSD version, the improved completion
  function has a new name, _el_fn_sh_complete, and _el_fn_complete is
  unchanged.
  
  Submitted by:   Guy Yur
  
  Revision  Changes    Path
  1.14      +1 -0      src/include/histedit.h
  1.3       +133 -10   src/lib/libedit/filecomplete.c
  1.2       +4 -1      src/lib/libedit/filecomplete.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006152137.o5FLbRcm084522>