vimwiki/doc
Abhinav Gupta 152a7bfdf1 Register autocmds once
This commit changes the autocmd registration in vimwiki so that
registration happens once rather than once per extension.

Instead of the following,

    autocmd BufEnter *.md call s:setup_buffer_enter()
    autocmd BufEnter *.mdown call s:setup_buffer_enter()

We'll now only run,

    autocmd BufEnter *.md,*.mdown call s:setup_buffer_enter()

This probably has no effect on performance but it makes for a simpler
implementation.
2019-08-20 19:24:28 -07:00
..
entries.png New Logo and Screenshots 2019-04-19 21:01:02 +02:00
lists.png New Logo and Screenshots 2019-04-19 21:01:02 +02:00
logo.svg New Logo and Screenshots 2019-04-19 21:01:02 +02:00
screenshot_1.png Add two screenshots 2015-11-17 15:52:02 +01:00
screenshot_2.png Add two screenshots 2015-11-17 15:52:02 +01:00
splash.png New Logo and Screenshots 2019-04-19 21:01:02 +02:00
todos.png New Logo and Screenshots 2019-04-19 21:01:02 +02:00
vimwiki.txt Register autocmds once 2019-08-20 19:24:28 -07:00
wiki.png New Logo and Screenshots 2019-04-19 21:01:02 +02:00