vim-mql4 icon indicating copy to clipboard operation
vim-mql4 copied to clipboard

I installed by traditional way and then nothing happen

Open polamin opened this issue 10 years ago • 2 comments

I'm not sure, I did it correctly or I just don't understand how this plugin work' I'm using MacOS and tried both default Vim and MacVim after run Vim I tried ":syntax on" and nothing happen

polamin avatar May 19 '15 17:05 polamin

Have you tried setting the filetype to mql4? :set ft=mql4. Anyway, if your file have the extension .mql4 or .mqlh the file type should be set automatically.

vappolinario avatar Sep 14 '15 16:09 vappolinario

Hi. I also experienced the same trouble.

I changed '.vimrc' as bellow. set runtimepath+=expand('~/.vim/vim-mql4') ↓ set runtimepath+=~/.vim/vim-mql4

Then, I opend 'mq4' file by vim and changed to filetype on mql4.(type ':setf mql4')

Then it went well.

yyosuke avatar Nov 23 '17 00:11 yyosuke