Creating a syntax file need to grab a global variable to match.

2017-08-19 Thread Robert
One of the plugins that I use allows the end user to redefine a variable to use different markers for text replacement. It defaults to: startDelim is: {{+ endDelim is: +}} I would like to grab the global variable g:startDelim and g:endDelim and use that in my syntax matching group. Sin

Re: Gvim startup slow. Please see the log and advise

2017-08-19 Thread Marc Weber
If a plugin is slow you can load it lazily as needed. Then the 1.2 secs only have to be spent if you use the features. VAM, NeoVim, https://github.com/junegunn/vim-plug all support kind of lazy leading. Talk about what menu.vim is doing, maybe there is an alternative solution. You can also use