You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open a file regular file and run :read to read in a gpg encrypted file, it reads in the content, but it also sets the file pointer to the encrypted file, so if I now save with :w it will save to test.gpg instead of test.txt.
vi test.txt
:read test.gpg
:w
-> test.gpg written
The text was updated successfully, but these errors were encountered:
Neo-Oli
changed the title
:read opens the file instead of reading it's content:read opens the file instead of reading its content
Jan 23, 2018
If I open a file regular file and run
:read
to read in a gpg encrypted file, it reads in the content, but it also sets the file pointer to the encrypted file, so if I now save with:w
it will save totest.gpg
instead oftest.txt
.The text was updated successfully, but these errors were encountered: