V version: V 0.1.27 f87e872
OS: Linux
What did you do?
I installed several any modules:
v install author.module_name1
v install ui
Then
v update
What did you expect to see?
Updating module "author.module_name1"...
Updating module "ui"...
What did you see instead?
Updating module "author.module_name1"...
PS:
If you use v update ui for this, the update is successful.
Hm, for me it works:

@sereg1k can you try:
a) ( cd ~/.vmodules/ui/ ; git status )
b) rm -rf ~/.vmodules/ui
c) v install ui several times in a row?
It may be that you have locally changed files there, which prevents git pull from working.
Hm, scratch that ... I misunderstood your issue.
You mean that v update skips the ui - that is a problem indeed. I will fix it soon.
Should be fixed in d7bb887c . @sereg1k please do v up && v update to check.
Yes, there is no problem with the d7bb887 commit.