view runtime/ftplugin/heex.vim @ 32637:39cade5fb57a v9.0.1650

patch 9.0.1650: MS-Windows: default 'viewdir' may include read-only directory Commit: https://github.com/vim/vim/commit/801961d2c2876e5d2d0b52a585b9d04535168ebd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 23 16:15:13 2023 +0100 patch 9.0.1650: MS-Windows: default 'viewdir' may include read-only directory Problem: MS-Windows: default 'viewdir' may include read-only directory. Solution: Use $HOME instead of $VIM for 'viewdir' default. (closes https://github.com/vim/vim/issues/12119)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Jun 2023 17:30:06 +0200
parents 1e91e26ceebf
children f62b36316d67
line wrap: on
line source

" Elixir filetype plugin
" Language: HEEx
" Maintainer:	Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com>
" Last Change: 2022 Sep 21

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

setlocal shiftwidth=2 softtabstop=2 expandtab

setlocal comments=:<%!--
setlocal commentstring=<%!--\ %s\ --%>

let b:undo_ftplugin = 'set sw< sts< et< com< cms<'