summaryrefslogtreecommitdiff
path: root/startmode.c
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-05 13:48:29 +0200
committerOskar <[email protected]>2024-04-05 13:48:29 +0200
commit918acf5dc55fa27f2ba4121b8dd07fd5cde036bd (patch)
tree23447c51fc613bfced52e48bcab00d9251142c40 /startmode.c
parent06936a1b2c59ccc6b13e32e52dea60c5cabb547d (diff)
Working on 'N' now. Works pretty well. But it's not finished so i cant
say how well it will go when i do N plus continue or N immediate.
Diffstat (limited to 'startmode.c')
-rw-r--r--startmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/startmode.c b/startmode.c
index e76b991..80b5427 100644
--- a/startmode.c
+++ b/startmode.c
@@ -123,7 +123,7 @@ int startmode(char filename[]) {
break;
case 'n':
case 'N':
- call_N(multiple);
+ call_N(multiple, focus, Flines, filename);
break;
case 'x':
case 'X':