-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for Vim version <9.0.0430
- Loading branch information
1 parent
b83e807
commit 83498c4
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
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,12 +1,18 @@ | ||
# base64.vim | ||
|
||
This is a Vim9 plugin that provides Base64 encoding and decoding commands and | ||
functions. Neovim and earlier Vim are not supported. | ||
functions. | ||
|
||
You can use `gb` / `gB` to encode / decode strings in a buffer. | ||
You can use `gb`/`gB` to encode/decode strings in a buffer. | ||
|
||
See the [help doc](doc/base64.txt) for more information. | ||
|
||
|
||
## Prerequisites | ||
|
||
This plugin requires Vim version \>=9.0.0430. Neovim and earlier Vim are | ||
not supported. | ||
|
||
## License | ||
|
||
[Vim License](https://www.gnu.org/licenses/vim-license.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