" Don't re-indent lines on right-angle-bracket
setlocal indentkeys-=<>>
-let b:undo_ftplugin .= '|setlocal indentkeys<'
+
+if exists('b:undo_ftplugin')
+ let b:undo_ftplugin .= '|setlocal indentkeys<'
+endif
" Python Templates (Quixote) are Python files
autocmd BufNewFile,BufReadPost *.ptl setlocal filetype=python
" Python Embedded are mason-like python templates
- autocmd BufNewFile,BufReadPost *.pyem setlocal filetype=python filetype=mason
+ autocmd BufNewFile,BufReadPost *.pyem setlocal filetype=python.mason.html
" ssh files
autocmd BufReadPost known_hosts setlocal filetype=ssh