Expanding go to next in list functionality

This commit is contained in:
Krzosa Karol
2026-01-02 15:21:33 +01:00
parent bedc2b15e2
commit 9730aa944d
7 changed files with 104 additions and 53 deletions

View File

@@ -904,7 +904,7 @@ int main(int argc, char **argv)
Buffer *buffer = GetBuffer(view->active_buffer);
bool file_exists = buffer->file_mod_time != 0;
if (!file_exists) {
GenerateConfig(buffer);
GenerateConfig(view);
} else {
EvalCommandsLineByLine({window, view, buffer});
}