Sublime Forum

Revert Command Not Working in Macro

#1

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. :cry: I’m currently on Windows 7x64.


	{
		"args": null,
		"command": "revert"
	},
	{
		"args":
		{
			"extend": false,
			"to": "eof"
		},
		"command": "move_to"
	}
]
0 Likes

#2

Anyone?

0 Likes