2014-07-10 21:05:51 -07:00
|
|
|
" Logtalk filetype plugin file
|
|
|
|
" Language: Logtalk
|
|
|
|
" Maintainer: Paulo Moura <pmoura@logtalk.org>
|
2018-10-29 01:57:50 -07:00
|
|
|
" Latest Revision: 2018-08-03
|
2014-07-10 21:05:51 -07:00
|
|
|
|
|
|
|
if exists("b:did_ftplugin")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
let b:did_ftplugin = 1
|
|
|
|
|
|
|
|
let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<"
|
|
|
|
|
2018-10-29 01:57:50 -07:00
|
|
|
setlocal ts=4
|
2014-07-10 21:05:51 -07:00
|
|
|
setlocal sw=4
|
|
|
|
setlocal fdm=syntax
|
2018-10-29 01:57:50 -07:00
|
|
|
setlocal fdn=10
|
2014-07-10 21:05:51 -07:00
|
|
|
setlocal fdc=2
|
|
|
|
setlocal autoindent
|
|
|
|
setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict
|