Did not consider Gecos field last time.
This commit is contained in:
parent
a7b8c5365c
commit
efeda76620
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