Fix restoring cursorline after focus change.
authorIain Patterson <me@iain.cx>
Fri, 8 Oct 2010 10:00:41 +0000 (11:00 +0100)
committerIain Patterson <me@iain.cx>
Fri, 29 Oct 2010 13:06:28 +0000 (14:06 +0100)
commit29026c610960a7d96280aa72b4bd0a7394792001
tree001a430955207352222208dd490863e2fac60d25
parent4fcf9cd7282d42387e839ccc329edce4dc32e78b
Fix restoring cursorline after focus change.

If focus was lost for the first time after manually setting cursorline but we
were NOT held in insert mode, cursorline would incorrectly be unset when
focus was restored.
Losing focus for the first time after manually setting cursorline when held
in insert mode behaved correctly.
.vimrc