flexwiki ftplugin causing problems ('bomb')

2010-04-29 Fir de Conversatie ron
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 characters at the front of my utf8 files

Re: Planning Vim 7.3: Python3 support?

2010-04-29 Fir de Conversatie Bram Moolenaar
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

Re: Planning Vim 7.3: Python3 support?

2010-04-29 Fir de Conversatie Edward L. Fox
On Thu, Apr 29, 2010 at 20:27, Bram Moolenaar b...@moolenaar.net 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

Re: Planning Vim 7.3: Python3 support?

2010-04-29 Fir de Conversatie Roland Puntaier
vim_dev@googlegroups.com schrieb am 29.04.2010 14:59:57: Edward L. Fox edy...@gmail.com Gesendet von: vim_dev@googlegroups.com On Thu, Apr 29, 2010 at 20:27, Bram Moolenaar b...@moolenaar.net wrote: Thanks. I didn't hear about anybody using the patch. That might mean it works

Re: flexwiki ftplugin causing problems ('bomb')

2010-04-29 Fir de Conversatie Maxim Kim
On 29 апр, 10:48, ron r...@ronware.org 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

RE: New script: SmartTag (resolves ambiguous C++ tags etc)

2010-04-29 Fir de Conversatie Robert Webb
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 342 col 7 Error: id

Re: flexwiki ftplugin causing problems ('bomb')

2010-04-29 Fir de Conversatie Tony Mechelynck
On 29/04/10 16:55, Maxim Kim wrote: On 29 апр, 10:48, ronr...@ronware.org 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'

Re: flexwiki ftplugin causing problems ('bomb')

2010-04-29 Fir de Conversatie Maxim Kim
On 30 апр, 06:35, Tony Mechelynck antoine.mechely...@gmail.com 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