The Wayback Machine - https://web.archive.org/web/20200708050538/https://github.com/topics/viml
Skip to content
#

viml

Here are 253 public repositories matching this topic...

Stiivi
Stiivi commented Oct 15, 2016

It would be nice if the highlighting distinguished between regular comments // and /* ... */ and comments containing documentation: /// and /** ... */. The former keeping the form of traditional comments with the later having a different formatting as for "document string". The formatting might be used the same as for strings (would keep visual consistency with languages such as Python). T

This script implements transparent editing of gpg encrypted files. The filename must have a ".gpg", ".pgp" or ".asc" suffix. When opening such a file the content is decrypted, when opening a new file the script will ask for the recipients of the encrypted file. The file content will be encrypted to all recipients before it is written. The script turns off viminfo, swapfile, and undofile to increase security.

  • Updated Apr 30, 2020
  • Vim script

Improve this page

Add a description, image, and links to the viml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the viml topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.