Explorar el Código

Use current username instead of hardcoded value

wreed4 hace 10 años
padre
commit
67c2d3aa9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UltiSnips/all.snippets

+ 1 - 1
UltiSnips/all.snippets

@@ -1,3 +1,3 @@
 snippet todo "TODO tags" 
-TODO(wreed): ${1:got stuff to do}
+TODO(`whoami`): ${1:got stuff to do}
 endsnippet