Hi David! On Fr, 25 Sep 2015, David Fishburn wrote:
> > > On Thu, Sep 24, 2015 at 1:22 AM, Christian Brabandt <[email protected]> > wrote: > > Hi David! > > On Mi, 23 Sep 2015, David Fishburn wrote: > > > Christian, do you think it is worth putting together a reproducible > > that should work with basic Vim? > > Sure, If you get a reproducible test, I'll look into it. > > > > So I have narrowed things down, looking for suggestions. > > syntax_searchpair_vimrc > *** > set nocompatible > set selectmode= > behave xterm > syntax on > filetype indent on > > *** > > I start Vim with: > c:\opensrc\vim\src\gvim.exe -u syntax_searchpair_vimrc -U > syntax_searchpair_vimrc --noplugins +"source c:\vim\vimfiles\plugin\ > sqlutilities.vim" +"source c:\vim\vimfiles\autoload\sqlutilities.vim" +"source > C:\Vim\test\sqlutilities\searchpair_function.vim" searchpair.sql Looks like sqlutilities.vim is not distributed with vim: #v+ chrisbra@debian ~/code/vim/runtime (hg)-[default]- % find . -type f -name "*.vim" |grep sql ./ftplugin/sql.vim ./syntax/sqlhana.vim ./syntax/sqlforms.vim ./syntax/plsql.vim ./syntax/sqlj.vim ./syntax/mysql.vim ./syntax/sqlanywhere.vim ./syntax/sql.vim ./syntax/sqloracle.vim ./syntax/esqlc.vim ./syntax/msql.vim ./syntax/sqlinformix.vim ./indent/sqlanywhere.vim ./indent/sql.vim ./autoload/sqlcomplete.vim 0 12592 chrisbra@debian ~/code/vim/runtime (hg)-[default]- % #v- So can you please provide the sqlutitilities.vim plugin and searchpair_function.vim and searchpair.sql files. Mit freundlichen Grüßen Christian -- In der Liebe wird der Ernst der Jungfrau bezaubern; in der Ehe, die selber ein langer Ernst ist, möchte leichtes Scherzen und Bescherzen der Welt besser einschlagen. -- Jean Paul -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
