Cursor binding.
authorIain Patterson <me@iain.cx>
Tue, 3 Aug 2010 14:50:05 +0000 (15:50 +0100)
committerIain Patterson <me@iain.cx>
Tue, 3 Aug 2010 15:16:28 +0000 (16:16 +0100)
Show scrollbind or cursorbind in the statusline.

If cursorbind (introduced in Vim 7.3) is on show a horizontal arrow
indicator.
If scrollbind is on (and cursorbind isn't) show a vertical indicator.

This necessitates moving Has_Unicode() to the Vim 5 section and hence
removing the script prefix.

Set cursorbind automatically where supported if diff mode is on.


No differences found