summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/swig.vim
blob: 506c929a43cf70f449f66873645a128085d21b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" Vim filetype plugin file
" Language:	SWIG
" Maintainer:	Julien Marrec <julien.marrec 'at' gmail com>
" Last Change:	2023 November 23

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

let b:undo_ftplugin = "setlocal iskeyword<"
setlocal iskeyword+=%