Merge pull request #133 from erikw/master
Only name from Gecos field in java @author
This commit is contained in:
commit
b1d377d1ab
1
AUTHORS
1
AUTHORS
@ -37,3 +37,4 @@ Povilas Balzaravičius Pawka
|
||||
Dmitry Dementev
|
||||
Travis Holton
|
||||
Chrisyue
|
||||
Erik Westrup
|
||||
|
@ -140,7 +140,7 @@ snippet /**
|
||||
* ${1}
|
||||
*/
|
||||
snippet @au
|
||||
@author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5")`
|
||||
@author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5 | cut -d \",\" -f1")`
|
||||
snippet @br
|
||||
@brief ${1:Description}
|
||||
snippet @fi
|
||||
|
Loading…
Reference in New Issue
Block a user