highlight with cursor demo

This commit is contained in:
Qingping Hou
2012-03-19 21:22:45 +08:00
parent 44d7d6cd29
commit 7bbc5b5ed2
2 changed files with 119 additions and 6 deletions

View File

@@ -140,6 +140,7 @@ if ARGV[optind] and lfs.attributes(ARGV[optind], "mode") == "directory" then
else
if file ~= nil then
running = openFile(file)
print(file)
else
running = false
end