Update submodules and declare comment style in vue files

This commit is contained in:
Kevin MacMartin 2018-03-21 11:02:15 -04:00
parent 111bf2e348
commit b0a0470703
5 changed files with 7 additions and 4 deletions

@ -1 +1 @@
Subproject commit 43e8f47e6e8c4fd3cc7ea161120c320b85813efd
Subproject commit c0279de661738d4fc28ff05f5114e52db7c90ddc

@ -1 +1 @@
Subproject commit c93c17eb66e96b2409a0603698bacd134293ea65
Subproject commit d8da6ebf0630639ce1139d7614f6da437aa0a919

@ -1 +1 @@
Subproject commit 278e8e63e89c07de89a67f36163b7d6f6c95b1ed
Subproject commit e365bfab66ab481aebcefd57b795c8ef1d42681f

@ -1 +1 @@
Subproject commit e585ec184e4c456fd7253890052862542f0794a3
Subproject commit 596c04e1db0d9e312b082a1ec85c3af0c956d0ff

View file

@ -1,2 +1,5 @@
"remove right-hand whitespace from all lines on uncomment
let g:tcomment#rstrip_on_uncomment = 2
"use // to comment in vue files
call tcomment#type#Define('vue', '// %s')