From 497a688ebc115c6535360f08464309ede9fba0cf Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sat, 22 Nov 2014 23:55:30 -0500 Subject: Remove remaining crypto references Closes https://github.com/neovim/docs/pull/26 Also added stubs for 'cryptmethod' and 'key', and placeholders for explanation regarding removal of crypto functionality. --- runtime/doc/manpages/vim.1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime/doc/manpages/vim.1') diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index 820caa24f5..59f21e1b9b 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -395,9 +395,6 @@ If the {scriptout} file exists, characters are appended. \-W {scriptout} Like \-w, but an existing file is overwritten. .TP -\-x -Use encryption when writing files. Will prompt for a crypt key. -.TP \-X Don't connect to the X server. Shortens startup time in a terminal, but the window title and clipboard will not be used. -- cgit