]> git.wh0rd.org Git - nano.git/commit
add the ability to convert (non-verbatim input) typed tabs to spaces
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 15 Jun 2005 23:20:56 +0000 (23:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 15 Jun 2005 23:20:56 +0000 (23:20 +0000)
commit6f143c812404513fca824a9710f5ceedf927d089
treef5005b513b3718bb0e53eba583599deab99ae18d
parent072f86c5f9ec1f524dab188f8cabd31ecbe2b79f
add the ability to convert (non-verbatim input) typed tabs to spaces
using the -E/--tabstospaces command line options, the "tabstospaces"
rcfile option, and the toggle Meta-E; also, change the short command
line option for --backupdir from -E to -C

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2682 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
doc/man/nano.1
doc/man/nanorc.5
doc/nanorc.sample
doc/texinfo/nano.texi
src/global.c
src/nano.c
src/nano.h
src/rcfile.c