aboutsummaryrefslogtreecommitdiff
path: root/plugin/vertical_region.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/vertical_region.vim')
-rw-r--r--plugin/vertical_region.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/vertical_region.vim b/plugin/vertical_region.vim
index c1fc56f..eebcc72 100644
--- a/plugin/vertical_region.vim
+++ b/plugin/vertical_region.vim
@@ -7,13 +7,13 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('g:loaded_vertical_region') || &compatible
+if exists('loaded_vertical_region') || &compatible
finish
endif
if v:version < 700
finish
endif
-let g:loaded_vertical_region = 1
+let loaded_vertical_region = 1
" Define plugin maps
nnoremap <silent> <Plug>(VerticalRegionUp)