Hi all,
imagine you have multiple files open in acme and then you
$ git checkout somebranch
now there is the need to update the views of each open file. You can type
Get in the tag of each
window and middle-click it, yes. It would be nice to have a Getall along
the lines of Putall, though.
I wa
om) wrote:
>
> Seems
> Edit X/.*/ r
> can do
> --
> Kostarev Ilya
>
> On 24 Mar 2015 at 19:54:03, Aram Santogidis (gnubun...@gmail.com) wrote:
>
> Hi all,
>
> imagine you have multiple files open in acme and then you
>
> $ git checkout somebranch
>
>
dot (note the space) ensures filename is set.
>
> If you want to reread non-dirty... then +Errors and dirs/ should be
> excluded - this looks uglier:
>
> Edit X:^... [^+].*[^\/]$: e
>
> (and will also ignore 1-letter filenames, if you care).
>
>
> On Tue, Mar 24, 2015 at 06
Hi,
I posted a similar question in the list few days back
http://marc.info/?l=9fans&m=142721596630272&w=1
and one solution that was suggested by Antons and works fine for me is the
following.
Edit X:^... [^+].*[^\/]$: e
Cheers,
Aram
On Thu, Mar 26, 2015 at 11:05 PM, Bakul Shah wrote:
>
> On