-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issues with it not updating the view buffer on decrypt
- Loading branch information
1 parent
4fcffbe
commit 47beeeb
Showing
7 changed files
with
33 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"install": "messages/install.txt" | ||
"install": "messages/install.txt", | ||
"1.1.0": "messages/1.1.0.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Ansible Vault | ||
============= | ||
|
||
Changelog | ||
--------- | ||
|
||
- Fixed bug where the view would sometimes not update with the filesystem changes | ||
- Forcing YAML syntax highlighting on `View` command new file. | ||
|
||
Fixing the view update bug requires that this plugin takes the output of the ansible command and put it into the current view. | ||
This makes a a dirty change on the currently open file rather than modifying the filesystem. | ||
As a result, you will have to save the file before running the encrypt command. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters