Hi, On 5/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
In the "options.txt" file of Vim documentation... Options 'cursorcolumn' and 'cursorline' are said to be "local to window". Given their behavior, it should say "local to buffer" rather than "local to window". However, when thinking some more about this, maybe the behavior should actually be "local to window".
I don't know if I am understanding this well, but for me, 'cursorcolumn' and 'cursorline' are indeed window-local. e foo spl foo setl cursorcolumn cursorrow makes only the latter window show the cursor column (and row). Jumping between the windows doesn't make any other window begin showing the cursorcolumn. Srinath
