runtimefiles QA

2012-06-06 Fir de Conversatie Thilo Six
Hello Bram, Hello Folks, Bram i am curretly working on using and extending the script snippet you provided to check runtimefiles. I just started and allready found e.g.: runtime/autoload/ada.vim: Vim(function):E122: Function ada#Word already exists, add ! to replace it in

Re: runtimefiles QA

2012-06-06 Fir de Conversatie Thilo Six
Hello Excerpt from Thilo Six: -- snip -- lets have some proper english: - Now this script runs a single inside Vim instance. + Now this script runs inside a single Vim instance. -- snip -- -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F -- You received

Re: runtimefiles QA

2012-06-06 Fir de Conversatie Thilo Six
Hello Bram, Hello Folks, -- snip -- What i think about is to have the following: * start vim with $ vim -i NONE -u NONE * dump its ist whole configuration (including variables) into a file * source a runtimefile at a time * dump the configuration again * diff the two configurations for

Re: runtimefiles QA

2012-06-06 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: Hello Bram, Hello Folks, -- snip -- What i think about is to have the following: * start vim with $ vim -i NONE -u NONE * dump its ist whole configuration (including variables) into a file * source a runtimefile at a time * dump the configuration again *