summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 17:23:36 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 18:16:15 -0400
commit75baa65a5317e763609a58d83fca0b48ce434c89 (patch)
tree5004315c803ce0fa8f529c830da877f02512ce32 /vimrc
parent704b0b9897c44b9c9e33ed9a43435b1350331023 (diff)
downloadconf-75baa65a5317e763609a58d83fca0b48ce434c89.tar.gz
conf-75baa65a5317e763609a58d83fca0b48ce434c89.zip
comment
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e7c87ae..80e9f6d 100644
--- a/vimrc
+++ b/vimrc
@@ -499,6 +499,7 @@ function! Help(visual, iskeyword, command)
endfor
if a:visual
let oldreg = @a
+ " XXX this seems to not include the end of the selection - why?
normal `<"ay`>gv
let word = @a
let @a = oldreg