On 2016-09-17 15:04, Ni Va wrote: > On Saturday, September 17, 2016 at 11:51:10 PM UTC+2, Tim Chase > wrote: > > On 2016-09-17 14:47, Ni Va wrote: >>>>> norm 1G does not work on vim8.0.4 > >> $ vim -u NONE yourfile.txt > > OK some loaded plugins may cause the pb. how can i locate the bad > one..humm difficult out of doing dichotomie testing
To bisect the problem, I usually start by putting finish in the middle of my vimrc. If it still works, then I move it to 75% of the vimrc; if it broke, I move it to 25% of my vimrc. Repeat until it works when you put "finish" before the problematic line, but stops working when you put "finish" after the problematic line. -tim -- -- 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.
