Open GoogleCodeExporter opened 8 years ago
FWIW, 'finally solved two flavors of this problem on my system.
(1) vimball extraction apparently goes into $VIMRUNTIME, which was different
(in my config) from vim's internal runtimepath variable, which is used to look
for the files.
(2) vimball extraction left all files with incompatible line endings. For all
conque files in $VIMRUNTIME/{autoload,doc,plugin,syntax}... (done for both
*.{vim,py}) :set fileformat=unix<CR>:w<CR>
Hopefully that is useful to someone who may be similarly stuck.
Identified the causes via :set verbose=20<CR>:debug source whatever.vim<CR>
Many thanks to the author(s) of Conque (and of course Vim) for the coolest
tools.
Mark
emark@alumni.caltech.edu
Original comment by EMarkOD...@gmail.com
on 10 Aug 2012 at 4:03
Original issue reported on code.google.com by
arnis.la...@gmail.com
on 5 Jul 2012 at 10:49