- Package:
- vim-common
- Source:
- vim
- Submitter:
- Ciaran Power
- Date:
- 2011-12-30 18:45:05 UTC
- Severity:
- normal
Encryption not compiled into vim but mentioned in manpage
man vim:
...
-x Use encryption when writing files. Will prompt for a crypt
key.
...
/% vim -x
VIM - Vi IMproved 7.0 (2006 May 7, compiled Aug 29 2007 11:35:54)
Unknown option argument: "-x"
More info with: "vim -h"
/%
Attached is a patch that changes the manpage to note that -x requires cryptv support. I did not update the Polish or Russian manpages since I don't speak those languages.