diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-26 19:52:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-26 19:52:37 +0200 |
commit | e4a3bcf28d92d0bde9ca227ccb40d401038185e5 (patch) | |
tree | 276387ac4364fdee74b72c2503fc4505e8728043 /runtime/doc/vim.man | |
parent | dd74ab9b464f3d1a5f6f6395469b76f8e0e6dccd (diff) | |
download | vim-git-e4a3bcf28d92d0bde9ca227ccb40d401038185e5.tar.gz |
Updated runtime files. Add Scala files.
Diffstat (limited to 'runtime/doc/vim.man')
-rw-r--r-- | runtime/doc/vim.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim.man b/runtime/doc/vim.man index 9390caa0d..cb0057a1f 100644 --- a/runtime/doc/vim.man +++ b/runtime/doc/vim.man @@ -222,7 +222,7 @@ OPTIONS -R Read-only mode. The 'readonly' option will be set. You can still edit the buffer, but will be prevented from acci‐ - dently overwriting a file. If you do want to overwrite a + dentally overwriting a file. If you do want to overwrite a file, add an exclamation mark to the Ex command, as in ":w!". The -R option also implies the -n option (see below). The 'readonly' option can be reset with ":set |