tweaks: elide an unneeded check
Benno Schulenberg authored
When history has changed, not all three listst can be empty.
1be8eb3b
Name Last commit Last update
..
Makefile.am organization: move all history-related stuff to its own file
browser.c browser: correct the inverted search behavior for Alt+Up/Alt+Down
chars.c tweaks: sort the includes, so it's a little easier to see what is there
color.c tweaks: sort the includes, so it's a little easier to see what is there
cut.c display: catch all cases where the cursor can be pushed offscreen
files.c organization: move all history-related stuff to its own file
global.c history: remember the commands that were executed during this session
help.c tweaks: rename three functions, to be shorter or clearer
history.c tweaks: elide an unneeded check
move.c moving: set the preferred column properly when doing a smart home
nano.c new feature: show current and total number of open buffers in title bar
nano.h text: hook up indenting and unindenting to the undo/redo code
prompt.c weeding: remove the unused be_clever parameter from do_home()/do_end()
proto.h organization: move all history-related stuff to its own file
rcfile.c weeding: remove the unused be_clever parameter from do_home()/do_end()
search.c organization: move all history-related stuff to its own file
text.c tweaks: elide a superfluous allocation
utils.c tweaks: sort the includes, so it's a little easier to see what is there
winio.c tweaks: discard another set of useless asserts