summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-10-11 20:32:28 +0000
committerBram Moolenaar <Bram@vim.org>2005-10-11 20:32:28 +0000
commit95b28ecc4a2dbda55fee8b7082ab1ed393d87c91 (patch)
tree1debb13ed779d6d922ca6f5915d187a616185949 /runtime/ftplugin
parent202795bed4e4ab668e033217d68f41fb7f9cf707 (diff)
updated for version 7.0156
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/jsp.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/jsp.vim b/runtime/ftplugin/jsp.vim
index 4968aabd05..4987cc5c5d 100644
--- a/runtime/ftplugin/jsp.vim
+++ b/runtime/ftplugin/jsp.vim
@@ -1,7 +1,7 @@
" Vim filetype plugin file
" Language: jsp
" Maintainer: Dan Sharp <dwsharp at hotmail dot com>
-" Last Changed: 2004 Jul 08
+" Last Changed: 2005 Oct 10
" URL: http://mywebpage.netscape.com/sharppeople/vim/ftplugin
if exists("b:did_ftplugin") | finish | endif
@@ -46,7 +46,7 @@ if exists ("b:browsefilter")
let s:browsefilter = b:browsefilter . s:browsefilter
endif
if exists("b:match_words")
- let s:match_words = b:match_words . ',' . s:matchwords
+ let s:match_words = b:match_words . ',' . s:match_words
endif
" Load the combined list of match_words for matchit.vim