summaryrefslogtreecommitdiff
path: root/runtime/macros
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-05-07 15:16:06 +0000
committerBram Moolenaar <Bram@vim.org>2006-05-07 15:16:06 +0000
commit1423b9d3b8eec56227414417621350ac27af6fd7 (patch)
tree402271d532e6f0ba927f470502804c28a96831e8 /runtime/macros
parent2f567ab5c2459f0239f811c198998fc4ba3d71e4 (diff)
downloadvim-git-1423b9d3b8eec56227414417621350ac27af6fd7.tar.gz
updated for version 7.0v7.0
Diffstat (limited to 'runtime/macros')
-rw-r--r--runtime/macros/less.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/macros/less.vim b/runtime/macros/less.vim
index 48ee7ab11..bbd74fbf4 100644
--- a/runtime/macros/less.vim
+++ b/runtime/macros/less.vim
@@ -1,6 +1,6 @@
" Vim script to work like "less"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2004 Feb 19
+" Last Change: 2006 May 07
" Avoid loading this file twice, allow the user to define his own script.
if exists("loaded_less")
@@ -191,7 +191,7 @@ noremap q :q<CR>
map v :silent call <SID>End()<CR>
fun! s:End()
set ma
- if exists(s:lz)
+ if exists('s:lz')
let &lz = s:lz
endif
unmap h