t9md / vim-choosewin

Land on window you chose like tmux's 'display-pane'
568 stars 42 forks source link

Not working on vim 7.2 #21

Closed emaniacs closed 8 years ago

emaniacs commented 9 years ago

Hi

Iam using this plugin on vim 7.2, but not working, i got error like this..

choosewin: Vim(call):E355: Unknown option: conceallevel

error image vim version

tao12345666333 commented 8 years ago

The conceallevel option is available when compiled with the +conceal . You can fix it by recompile your Vim.

emaniacs commented 8 years ago

Sorry i forgot this. Thanks for the advice. :)