t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

migrate CSON to JSON command table #958

Closed t9md closed 6 years ago

t9md commented 6 years ago

The command-table is no longer readable by human since no longer prettify on write. It's OK. I can use json prettifier when necessary.

registerCommandFromSpec having migration code for old spec field to new spec field. But I believe this function is used only by vmp plugin created by me. Will remove this migration code after I finished migration.