]> git.wh0rd.org Git - nano.git/commit
2015-01-03 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Sat, 3 Jan 2015 07:24:17 +0000 (07:24 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 3 Jan 2015 07:24:17 +0000 (07:24 +0000)
commit4b3f2771b52a638bd79f36abb268dafe5e078bda
tree53b85700d7e80c10fab2cc6afd4d66740865abe1
parenta44def03a01a1143f915402687a6ddf8999ed91a
2015-01-03  Chris Allegretta <chrisa@asty.org>
        * New formatter code to support syntaxes like
        go which have tools to automatically lint and reformat the text for
        you (gofmt), which is lovely.  rcfile option formatter, function
        text.c:do_formatter() and some other calls.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5100 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
doc/man/nanorc.5
doc/syntax/go.nanorc
doc/syntax/nanorc.nanorc
src/global.c
src/nano.h
src/proto.h
src/rcfile.c
src/text.c
src/winio.c