diff options
author | 2011-12-12 08:08:18 -0500 | |
---|---|---|
committer | 2011-12-12 08:08:18 -0500 | |
commit | 51bfd53e48d5310eb786069b758e0430129daf54 (patch) | |
tree | 15eedf68fad753b1fad5184c4d018bfced1e4001 /modules/textadept/bookmarks.lua | |
parent | dfacbd6a183f6b09498f589e20f146cbbf332e88 (diff) | |
download | textadept-51bfd53e48d5310eb786069b758e0430129daf54.tar.gz textadept-51bfd53e48d5310eb786069b758e0430129daf54.zip |
Updated to Lua 5.2.
Diffstat (limited to 'modules/textadept/bookmarks.lua')
-rw-r--r-- | modules/textadept/bookmarks.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 0e6ab017..254b38a1 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -72,7 +72,7 @@ end --- -- Goes to selected bookmark from a filtered list. -function goto() +function goto_bookmark() local buffer = buffer local markers, line = {}, buffer:marker_next(0, 2^MARK_BOOKMARK) if line == -1 then return end |