mjbrownie / swapit

vim plugin: Extensible Keyword Swapper
39 stars 8 forks source link

Not working on Vim 8 #28

Closed oscarmorrison closed 7 years ago

oscarmorrison commented 7 years ago

image

mjbrownie commented 7 years ago

Hi,

It wont be an explicitly vim 8 issue. There must be some other incompatibility

It's working here on an osx brew installed setup (brew install vim --HEAD)

Perhaps try running your vim with nothing but the plugin. This should work.

vi -u NONE -c ":set nocompatible" -c ":so .vim/plugged/swapit/plugin/swapit.vim"

(Then Flipping on a "False/True" )

if you are still having issues paste the output from the :version command.

mjbrownie commented 7 years ago

I'll close this. hope you got it sorted. this should be fine.

:version VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 4 2017 09:16:22)

call plug#begin() Plug 'mjbrownie/swapit' call plug#end()