tweaks: rename four functions, to be more distinct
This commit is contained in:
@@ -777,7 +777,7 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable,
|
||||
add_undo(INSERT);
|
||||
|
||||
if (ISSET(SOFTWRAP))
|
||||
was_leftedge = get_chunk_leftedge(openfile->current, xplustabs());
|
||||
was_leftedge = leftedge_for(xplustabs(), openfile->current);
|
||||
#endif
|
||||
|
||||
/* Create an empty buffer. */
|
||||
|
||||
Reference in New Issue
Block a user