.vim: Dammit
Forgot to trim .git information from plugins
This commit is contained in:
12
.vim/bundle/vim-template/templates/=template=.jsp
Normal file
12
.vim/bundle/vim-template/templates/=template=.jsp
Normal file
@@ -0,0 +1,12 @@
|
||||
<%@ page contentType="text/html;Charset=UTF-8" pageEncoding="UTF-8" %>
|
||||
<%@ taglib prefix="" tagdir="/WEB-INF/tags"%>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
%HERE%
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user