We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658300d commit 266888aCopy full SHA for 266888a
lua/orgmode/files/file.lua
@@ -45,6 +45,7 @@ function OrgFile:new(opts)
45
filename = opts.filename,
46
index = 0,
47
buf = opts.buf or -1,
48
+ lines = {},
49
metadata = {
50
mtime = stat and stat.mtime.nsec or 0,
51
mtime_sec = stat and stat.mtime.sec or 0,
0 commit comments