[go-nuts] Re: Any idea why b.String() does not reflect the changes done in vim?

2017-08-21 Thread Alexandru Bonini
Thanks Dave, works fine :) On Monday, August 21, 2017 at 5:25:11 PM UTC+9, Dave Cheney wrote: > > Reopen the file after vim exists, it will be replacing the file by > renaming the vin .swp file, not overwriting its contents. -- You received this message because you are subscribed to the Google

[go-nuts] Any idea why b.String() does not reflect the changes done in vim?

2017-08-20 Thread Alexandru Bonini
https://play.golang.org/p/_rudr2_Vyc I don't understand why any change done via vim is not reflected by b.String(). I can see the changes in the tempfile. Any help is appreciated. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe f