[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 不知道是不是vim的bug



在 06-3-22,wd<wd.afei@gmail.com> 写道:
>
> > On 3/20/06, wd <wd.afei@gmail.com> wrote:
> > >
> > >
> > > 最近需要测试一个东西,所以反复安装了几次debian,发现以下2个问题。
> > >
> > > 1 /etc/vim/vimrc中有这么一段
> > >
> > > " Uncomment the following to have Vim jump to the last position when
> > > " reopening a file
> > > " if has("autocmd")
> > > "   au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
> > > "                    \| exe normal g'\"" | endif
>                             就这里的错误,normal前面应该有个"的。谁知道
> 怎么提交bug,给提交一个?
已经有人提交了, Debian Bug report logs - #347597
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347597
另外在 /usr/share/vim/vim64/vimrc_example.vim 中相应行有点不一样:
    \   exe "normal g`\"" |
在g后跟随的是反引号`,而不是单引号',
typo?

Reply to: