I am on Windows 10 64 bit. and I installed surround plugin using vim-plug plugin manager. but it seems not working. I tried it with vim 7.4 it didn't work. I tried installed surround.vim plugin. it still not working. but the plugin NERDTree along with the vim-plug works! can't I use surround on windows 64 or some other version problem ?
here it is my .vimrc snippet screenshot, I tried :set surround. it says surround is not defined.
I also tried vundle and patheogen none of them works.why?
Asked
Active
Viewed 249 times
0

yuzhen
- 127
- 1
- 9
-
1What makes you say Surround doesn't work? What are you trying to achieve with `:set surround`? – romainl Feb 03 '18 at 09:18
-
I followed the wiki page of surround.vim, Hello World, then cs"' , it won't change into "Hello World". – yuzhen Feb 04 '18 at 03:13
-
1Read it again: `cs"'` changes `"Hello World"` into `'Hello World'` (double quotes to single quotes). – romainl Feb 04 '18 at 10:56
-
haha, I was so wrong, thank you! – yuzhen Feb 04 '18 at 13:54