Mercurial > vim
view runtime/indent/jsp.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 | e63691e7c504 |
children |
line wrap: on
line source
" Vim filetype indent file " Language: JSP files " Maintainer: David Fishburn <fishburn@ianywhere.com> " Version: 1.0 " Last Change: Wed Nov 08 2006 11:08:05 AM " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " If there has been no specific JSP indent script created, " use the default html indent script which will handle " html, javascript and most of the JSP constructs. runtime! indent/html.vim