We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gz files are not decompressed. when a gz file is opened from vim decompression is done.
vim toto.gz won't work vim then :e toto.gz will
vim toto.gz
vim
:e toto.gz
version 1.0 is ok cfc14a4 master KO
git bisect give bcada53 as the first bad commit
The text was updated successfully, but these errors were encountered:
Revert "Use :argdo instead of :bufdo in s:startup"
:argdo
:bufdo
s:startup
5b44ff1
This reverts commit bcada53. This fix bogado#56
It also breaks vim scp://server/file
vim scp://server/file
Or in general, any plugin that has a reinterpretation of args.
Sorry, something went wrong.
No branches or pull requests
gz files are not decompressed.
when a gz file is opened from vim decompression is done.
vim toto.gz
won't workvim
then:e toto.gz
willversion 1.0 is ok cfc14a4
master KO
git bisect give bcada53 as the first bad commit
The text was updated successfully, but these errors were encountered: