-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I believe OSX is not supported. macvim does not have the ability to save macros.
For marvim on Catalina, after changing the locations of the autostart/marvim.vim file and plugin/marvim.vim file to match what the paths looked up in $HOME/.vim by vim -v; it still did not work. I ended up concatenating the two files and putting this in $HOME/.vim/plugin. I also ended up using sed to change the Function keys as no matter what I did F3 kept bringing up expose. This is strictly a hack and you can close this request. Here are the commands if you wish to publish the hack.
tar -xzf marvim.tar.gz
mkdir ~/.vim/plugin
cat marvim/autoload/marvim.vim marvim/plugin/marvim.vim > ~/.vim/plugin/marvim.vim
sed -e's/F2/F4/g' ~/.vim/plugin/marvim.vim
sed -e's/F3/F5/g' ~/.vim/plugin/marvim.vim
thanks for the great plugin,
John Talbot
[email protected]