CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/01/20 07:47:46
Modified files: bin/ksh : edit.c lex.c lex.h Log message: Fix backslash escaping during filename tab-completion in ksh. Diff originally submitted by Alexander Polakov, with a small tweak from me to avoid breaking tab-completion of environment variables (problem pointed out by bentley). ok sthen halex mpi