I was trying to create a macro to revert the current file & move to the cursor to eof. It does move to eof, but the revert portion isn’t working.
I’m currently on Windows 7x64.
{
"args": null,
"command": "revert"
},
{
"args":
{
"extend": false,
"to": "eof"
},
"command": "move_to"
}
]