On Wed, Jun 12, 2013 at 12:37 AM, Bram Moolenaar <[email protected]> wrote: > > Hiroshi Shirosaki wrote: > >> I noticed slowness with the following file with Vim 7.3.1163 regexpengine=0. >> >> https://raw.github.com/rails/rails/v2.3.18/actionpack/lib/action_controller/session/abstract_store.rb >> >> rubyPredefinedConstant pattern looks much slower with this file. > > At what position in the file? What lines are visible? >
Around line 160. https://github.com/rails/rails/blob/v2.3.18/actionpack/lib/action_controller/session/abstract_store.rb#L160 initialize and call method are visible. After moving cursor to line end by '$', moving cursor by 'j', 'k' looks slow. -- -- 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/groups/opt_out.
