├── .gitignore ├── LICENSE ├── README.markdown ├── demo1.png └── plugin └── macroeditor.vim /.gitignore: -------------------------------------------------------------------------------- 1 | tags 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohsimpson/vim-macroeditor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohsimpson/vim-macroeditor/HEAD/README.markdown -------------------------------------------------------------------------------- /demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohsimpson/vim-macroeditor/HEAD/demo1.png -------------------------------------------------------------------------------- /plugin/macroeditor.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dohsimpson/vim-macroeditor/HEAD/plugin/macroeditor.vim --------------------------------------------------------------------------------