aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-11-12 17:29:57 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2014-11-12 17:29:57 -0500
commitfcd60e26dec14abd3b9f65f9f8d2b95eba6db104 (patch)
tree3d344dcfcee1aba8ce6719178f5f597560a83d0c /core/file_io.lua
parentf4cc2ff3bdac044f30bc08cdd3ca283db825b4b8 (diff)
downloadtextadept-fcd60e26dec14abd3b9f65f9f8d2b95eba6db104.tar.gz
textadept-fcd60e26dec14abd3b9f65f9f8d2b95eba6db104.zip
Code and documentation cleanup.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index af84390e..e1660161 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -113,7 +113,7 @@ function io.open_file(filenames)
filenames = filenames or ui.dialogs.fileselect{
title = _L['Open'], select_multiple = true,
with_directory = (buffer.filename or ''):match('^.+[/\\]') or
- lfs.currentdir()..'/'
+ lfs.currentdir()
}
if not filenames then return end
for i = 1, #filenames do