On Mi, 03 Mai 2017, Kelvin Lawrence wrote: > I checked and I have no plugins at all on this machine other than the ones > that the Vim installs lays down.
Nevertheless, you should profile Vim and check the syntax script. ruby syntax is known to be slow. Perhaps you have different versions of Vim installed, which come with different syntax scripts? Try http://stackoverflow.com/a/8347244/789222 for profiling Vim and also check the output of :syntime on {move around, or do something} :syntime report (you can redirect the output using execute() function or using :redir, see the help for that). Best, Christian -- Das Rechte erkennen und nicht tun, ist Mangel an Mut. -- Konfuzius (551-479 v. Chr.) -- -- You received this message from the "vim_dev" 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_dev" 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.
