Skip to content

Commit ad05db3

Browse files
author
Alejandro Baez
committed
keys: updated to 9.0 format
1 parent 7d6c68e commit ad05db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keys.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ local raw = require("rust.builder.raw")
55
return {
66
[not OSX and not CURSES and 'cl' or 'ml'] = {
77
-- Open this module for editing: `Alt/⌘-L` `M`
8-
s = { io.open_file,
9-
(_USERHOME..'/modules/rust/snippets.lua') },
8+
s =
9+
function() io.open_file(_USERHOME..'/modules/rust/snippets.lua') end
1010
},
1111

1212
['s\n'] = function()

0 commit comments

Comments
 (0)