help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update the tag database when a single source file is modified


From: Shigio YAMAGUCHI
Subject: Re: Update the tag database when a single source file is modified
Date: Wed, 25 Feb 2009 17:42:16 +0900

Hi,
> change a file in my editor, I'd like to tell Global to update the tag
> database only for this file. I don't want Global to rescan the
> project, or even the local directory, because I know that this is the
> only modified file, so there is no reason to do more work.

You can do it by the -u command of global(1).

$ vi file.c
$ global -u
$ _

If you want to know what has occurred, please add
the -v (verbose) option.
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]