exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

<leader>R cannot work #103

Closed light4 closed 9 years ago

light4 commented 9 years ago

<leader>R works fine if I start a project: $ sh unix/vim.sh test.exvim but won't work by sh test.exvim. also works fine in this way: vim -u ~/main/.vimrc --cmd "let g:exvim_custom_path='~/main'" test.exvim

jwu commented 9 years ago

Cause sh test.exvim is not a vim command. How does vim can expect working on it?

light4 commented 9 years ago

I find that its /etc/vimrc makes the shortcuts not work.