Hi
I can reproduce internal error E315 with Vim-7.2.411 on Linux:
$ yes | head > foo.txt
$ chmod a-w foo.txt
$ vim -u NONE -c 'au FileChangedRO * :%d' -c 'norm 3GD' foo.txt
Error detected while processing command line:W10: Warning: Changing a
readonly file
E315: ml_get: invalid lnum: 3
I realiz
Hello list, please help me.
I have subscrible the list with new gmail box. But I can't unsubscrible
the list with my current work mail box. I have sent the
vim-dev-unsubscr...@vim.org the empty mail message many times, but have
no any effect.
Thanks.
--
You received this message from the "vim
On 30 апр, 06:35, Tony Mechelynck
wrote:
> On 29/04/10 16:55, Maxim Kim wrote:
> > I had the very same problem with it.
> > In my plugin I just do
>
> > augroup filetypedetect
> > " clear FlexWiki's stuff
> > au! * *.wiki
> > augroup end
>
> A simpler solution would be to create a script
>
On 29/04/10 16:55, Maxim Kim wrote:
On 29 апр, 10:48, ron wrote:
I have recently started editing files with a '.wiki' extension, and
rather than getting the 'wikipedia' filetype, they pick up the
'flexwiki' type. That's not the problem.
The problem is that the 'flexwiki' filetype handler set
Lech Lorens replied:
> > ":so SmartTagTest.vim"...will report any
> > errors found, and how many were found (currently zero...
>
> It does find errors for me:
> #v+
> Error: id "aar", line 335 col 12
> Error: id "aal", line 337 col 24
> Error: id "ua", line 342 col 3
> Error: id "aa", line 34
On 29 апр, 10:48, ron wrote:
> I have recently started editing files with a '.wiki' extension, and
> rather than getting the 'wikipedia' filetype, they pick up the
> 'flexwiki' type. That's not the problem.
>
> The problem is that the 'flexwiki' filetype handler sets "bomb",
> resulting in extra
vim_dev@googlegroups.com schrieb am 29.04.2010 14:59:57:
> "Edward L. Fox"
> Gesendet von: vim_dev@googlegroups.com
>
>
> On Thu, Apr 29, 2010 at 20:27, Bram Moolenaar
wrote:
> >
> > Thanks. I didn't hear about anybody using the patch. That might mean
> > it works without problems. Or tha
On Thu, Apr 29, 2010 at 20:27, Bram Moolenaar wrote:
>
> Roland Puntaier wrote:
>
>> since I had to set up windows I updated the patch for the python3 support
>> to vim trunk 7.2.411.
>> It is attached.
>
> Thanks. I didn't hear about anybody using the patch. That might mean
> it works without p
Roland Puntaier wrote:
> since I had to set up windows I updated the patch for the python3 support
> to vim trunk 7.2.411.
> It is attached.
Thanks. I didn't hear about anybody using the patch. That might mean
it works without problems. Or that nobody uses it...
Who tested the Python 3 suppo