]> git.wh0rd.org Git - nano.git/commit
in parse_syntax(), don't generate an error if we find a duplicate syntax
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 15 Apr 2006 16:02:02 +0000 (16:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 15 Apr 2006 16:02:02 +0000 (16:02 +0000)
commit39b7189a134d870d0fd3dd7599891a2ce34c7b80
tree52e6366c223709fe9cef543791822d4e54fd6fd0
parent8f6fb3c6b6af777d08abaa844f791fd32dc17b30
in parse_syntax(), don't generate an error if we find a duplicate syntax
name, since we might be trying to override a syntax in the global nanorc
with one in our local nanorc; instead, free any duplicate syntaxes we
find, so that we always use the last syntax with a given name

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3382 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/rcfile.c