Re: Why does :autocmd trigger modeline processing?

2011-11-07 Fir de Conversatie Ingo Karkat
On 08-Nov-2011 01:28, Kana Natsuno wrote: > [...] > > It means that :doautocmd triggers modeline processing in any context. I have occasionally used :doautocmd, but that didn't cause any problems for me. I do share your concerns, a clear separation (e.g. :domodelines) or at least good explanation

[Question] Why does :autocmd trigger modeline processing?

2011-11-07 Fir de Conversatie Kana Natsuno
>From :help :doautocmd in Vim 7.3.353: > *:do* *:doau* *:doautocmd* *E217* > :do[autocmd] [group] {event} [fname] > Apply the autocommands matching [fname] (default: > current file name) for {event} to the curr

Re: awk indentation

2011-11-07 Fir de Conversatie erik
Bram, Though I lack feedback on the final version I think the indenter is now worth committing How should I proceed, I find no info on vim.org (or I am overlooking it like indent errors :( ) Erik. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below t

Re: input()/inputdialog() doesn't work at startup time

2011-11-07 Fir de Conversatie Ingo Karkat
On 07-Nov-2011 04:05, P.L. Francisco Javier wrote: > Input()/Inputdialog() show repetive information at startup, the following > reproduce the behavior if it's added to $HOME/.vimrc: > > > if !isdirectory(expand(expand("~/.vim/bundle/vundle/.git/"))) > call inputsave() > if i