Diwaker Gupta wrote:
I'm using Vim 7.0.122 on Debian Unstable. I can send output of
:version if needed. I've recently started having problems using
Align.vim:
Error detected while processing function AlignWrapperStart:
line 28:
E117: Unknown function: Align#AlignPush
I've tried installing the script from both vim.sf.net as well as Dr.
Chip's astro-page. Both of them fail with the same error.
Infact, when I extract the files from the vimball using ':so %', it
generates weird file names:
AlignMaps.vim?[[[1
AlignPlugin.vim?[[[1
cecutil.vim?[[[1
As both places mention: you need v18 or later of the vimball plugin:
* remove plugin/vimballPlugin.vim from the distribution
* remove autoload/vimball.vim from the distribution
* install new vimball plugin
You then need to extract the files from the Align.vba.gz file.
Regards,
Chip Campbell