1" Logtalk filetype plugin file 2" Language: Logtalk 3" Maintainer: Paulo Moura <[email protected]> 4" Latest Revision: 2018-08-03 5 6if exists("b:did_ftplugin") 7 finish 8endif 9let b:did_ftplugin = 1 10 11let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<" 12 13setlocal ts=4 14setlocal sw=4 15setlocal fdm=syntax 16setlocal fdn=10 17setlocal fdc=2 18setlocal autoindent 19setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict 20