Hello Dave, Dave Mielke <[email protected]> schrieb am 18.06.2012, 14:25 -0400: >Why not use autocmd BufEnter, which wouldn't enter anything on the command >line?
Thanks a lot, great tip.
Now I use:
if !exists("autocommands_loaded")
let autocommands_loaded = 1
autocmd BufEnter * :call GetBufferName()
endif
With that, I can prevent, that the autocmd is loaded more than once. Now
everything
is working very well.
Regards
Eric
signature.asc
Description: Digital signature
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
