Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chris Coley
dotfiles
Commits
99f74da9
Commit
99f74da9
authored
2 years ago
by
Chris Coley
Browse files
Options
Downloads
Patches
Plain Diff
Add VIM file type plugins for Apache and XML
parent
91d06a81
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vim/ftplugin/apache.vim
+4
-0
4 additions, 0 deletions
vim/ftplugin/apache.vim
vim/ftplugin/xml.vim
+5
-0
5 additions, 0 deletions
vim/ftplugin/xml.vim
with
9 additions
and
0 deletions
vim/ftplugin/apache.vim
0 → 100644
+
4
−
0
View file @
99f74da9
" Only set the b:ml_commentstring if it hasn't already been set
if
!
exists
(
"b:ml_commentstring"
)
let
b:ml_commentstring
=
'# %s'
end
This diff is collapsed.
Click to expand it.
vim/ftplugin/xml.vim
0 → 100644
+
5
−
0
View file @
99f74da9
" Only set the b:ml_commentstring if it hasn't already been set
if
!
exists
(
"b:ml_commentstring"
)
" Add whitespace to the modeline commentstring
let
b:ml_commentstring
=
'<!-- %s -->'
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment