Substituting horizontal tab characters in vi
    Christian Weisgerber 
    naddy at mips.inka.de
       
    Wed Jan  8 18:55:11 UTC 2020
    
    
  
On 2020-01-08, Christian Weisgerber <naddy at mips.inka.de> wrote:
> The tab character is the default setting for the filec (file path
> completion) option.  To disable this feature, set filec to an empty
> string:
>
> set filec=""
My bad, that sets filec to the double quote character.  This is
correct instead:
set filec=
Note that the set all command will misleadingly display filec="",
with quotation marks.
-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de
    
    
More information about the freebsd-questions
mailing list