It is sorta weird that the vb syntax, is somehow part of the problem,
but whatever I understand that this was the wrong way to configure the
editor.

On Wed, May 24, 2017 at 08:17:46AM +0100, Antony Scriven wrote:
> Try taking out the BufNew autocmd. That'll get triggered for every
> file in the args list, whereas BufRead is only triggered for the first
> one that's actually edited. FWIW 'BufNew' is not in the template
> ftdetect file in the docs. --Antony
> 
> On 23 May 2017 at 22:28, Frew Schmidt <fri...@gmail.com> wrote:
> > On Tuesday, May 23, 2017 at 12:58:16 PM UTC-7, Bram Moolenaar wrote:
> >> I'm afraid this doesnt make any sense.  I would suggest to reinstall
> >> Vim, making sure you first delete all Vim related files (make a backup
> >> of your preferences somewhere).
> >
> > Well I have already repro'd this on a fresh 7.3, 7.4, 8.0, and system 8.0.  
> > Here's a reproduction using docker, with no dotfiles or even system vim 
> > installed:
> >
> >      $ docker run -it --rm library/buildpack-deps bash -l
> >      $ git clone git://github.com/vim/vim
> >      $ make
> >      $ make install
> >      $ mkdir -p ~/.vim/ftdetect
> >      $ echo 'autocmd BufNew,BufNewFile,BufRead *.md :set filetype=markdown' 
> > >  ~/.vim/ftdetect/markdown.vim
> >      $ mkdir testing
> >      $ cd testing
> >      $ touch {1..500}.md
> >      $ vim
> >      :args *
> >
> > It still happens, and this is from master, today.
> >
> > If you don't have time to check this yourself I get it.  I have multiple
> > workarounds at this point.
> >
> > Thanks,
> > fREW Schmidt
> >
> > --
> > --
> > You received this message from the "vim_use" maillist.
> > Do not top-post! Type your reply below the text you are replying to.
> > For more information, visit http://www.vim.org/maillist.php
> >
> > ---
> > You received this message because you are subscribed to the Google Groups 
> > "vim_use" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to vim_use+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
> 
> --- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "vim_use" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/vim_use/m7t32w_n6wc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> vim_use+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
fREW Schmidt
https://blog.afoolishmanifesto.com

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to