comparison runtime/doc/editing.txt @ 2368:9973354ee964 vim73

Small docs fixes.
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Jul 2010 20:36:22 +0200
parents 7b7508ee56f1
children f766a1c87f69
comparison
equal deleted inserted replaced
2367:76b7ba68a098 2368:9973354ee964
1 *editing.txt* For Vim version 7.3b. Last change: 2010 Jul 20 1 *editing.txt* For Vim version 7.3b. Last change: 2010 Jul 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1408 your shoulder. 1408 your shoulder.
1409 1409
1410 Since the value of the 'key' option is supposed to be a secret, its value can 1410 Since the value of the 'key' option is supposed to be a secret, its value can
1411 never be viewed. You should not set this option in a vimrc file. 1411 never be viewed. You should not set this option in a vimrc file.
1412 1412
1413 An encrypted file can be recognized by the "file" command, if you add this 1413 An encrypted file can be recognized by the "file" command, if you add these
1414 line to "/etc/magic", "/usr/share/misc/magic" or wherever your system has the 1414 lines to "/etc/magic", "/usr/share/misc/magic" or wherever your system has the
1415 "magic" file: > 1415 "magic" file: >
1416 0 string VimCrypt~ Vim encrypted file 1416 0 string VimCrypt~ Vim encrypted file
1417 >9 string 01 - "zip" cryptmethod 1417 >9 string 01 - "zip" cryptmethod
1418 >9 string 02 - "blowfish" cryptmethod 1418 >9 string 02 - "blowfish" cryptmethod
1419 1419