Browse Source

Use current username instead of hardcoded value

wreed4 10 năm trước cách đây
mục cha
commit
67c2d3aa9a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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