aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ui.lua')
-rw-r--r--core/ui.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ui.lua b/core/ui.lua
index 286f03b5..8a57a160 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -272,7 +272,7 @@ function ui.goto_file(filename, split, preferred_view, sloppy)
if #_VIEWS == 1 and split and not (view.buffer.filename or ''):find(patt) then
view:split()
else
- local other_view = _VIEWS[preferred_view]
+ local other_view = preferred_view
for _, view in ipairs(_VIEWS) do
local view_filename = view.buffer.filename or ''
if view_filename:find(patt) then