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)
commit24d37da439aa2f6ff09e5fec9c5bf1d699dd4b69
treecac850e21079281f8bdc1ca9372a0a9b921af57b
parentc66932991642182e402d7f5bd7ee71038e5c93af
Cursor binding.

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.
.vimrc