From a18af2510777481313e52af48da0f48cec9eab23 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Fri, 6 May 2016 10:15:50 +0100
Subject: [PATCH] Disable open on left and scroll off for help

---
 after/ftplugin/help.vim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/after/ftplugin/help.vim b/after/ftplugin/help.vim
index d930f51..a766e81 100644
--- a/after/ftplugin/help.vim
+++ b/after/ftplugin/help.vim
@@ -1,4 +1,4 @@
 " Disable spell checking which is enabled for text files
 setlocal nospell
-" Show help in the rightmost vertical split
-wincmd L
+" Don't keep cursor from buffer edges
+setlocal scrolloff=0