Make using :set enable_autoscroll = 1 actually work at runtime by
commitbefa735d97d8f66fb7a0db9f16df5db68d64d743
authorJosh Rickmar <jrick@devio.us>
Wed, 28 Mar 2012 20:56:34 +0000 (28 16:56 -0400)
committerJosh Rickmar <jrick@devio.us>
Sat, 5 May 2012 00:41:22 +0000 (4 20:41 -0400)
treea55630a01aac47e0f4144b8ee50fd00cd1fd6437
parentf976f776e5a00150a0b572bb5125c206c1b731e8
Make using :set enable_autoscroll = 1 actually work at runtime by
iterating over each tab and running the autoscroll js.  Dynamically
Setting it to 0 doesn't work here because the js is still running.
Need to find some way to kill it.
settings.c