about summary refs log tree commit diff stats
path: root/src/extern/editor.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/extern/editor.nim')
-rw-r--r--src/extern/editor.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extern/editor.nim b/src/extern/editor.nim
index 58f3d199..345b1d67 100644
--- a/src/extern/editor.nim
+++ b/src/extern/editor.nim
@@ -3,7 +3,7 @@ import os
 import config/config
 import display/term
 import extern/runproc
-import io/tempfile
+import extern/tempfile
 
 func formatEditorName(editor, file: string, line: int): string =
   result = newStringOfCap(editor.len + file.len)