mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
Crypt the swapfile.
This commit is contained in:
@@ -1564,6 +1564,10 @@ EXTERN short disallow_gui INIT(= FALSE);
|
||||
EXTERN char top_bot_msg[] INIT(= N_("search hit TOP, continuing at BOTTOM"));
|
||||
EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP"));
|
||||
|
||||
#ifdef FEAT_CRYPT
|
||||
EXTERN char need_key_msg[] INIT(= N_("Need encryption key for \"%s\""));
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Comms. with the session manager (XSMP)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user