comparison runtime/doc/editing.txt @ 14249:4543777545a3

Updated runtime and language files. commit https://github.com/vim/vim/commit/6dc819b1299e1d9f99303568772ade544d5c1322 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 3 16:42:19 2018 +0200 Updated runtime and language files.
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Jul 2018 16:45:06 +0200
parents 1174611ad715
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14248:6d5195298b47 14249:4543777545a3
899 4. Writing *writing* *save-file* 899 4. Writing *writing* *save-file*
900 900
901 Note: When the 'write' option is off, you are not able to write any file. 901 Note: When the 'write' option is off, you are not able to write any file.
902 902
903 *:w* *:write* 903 *:w* *:write*
904 *E502* *E503* *E504* *E505* 904 *E502* *E503* *E504* *E505*
905 *E512* *E514* *E667* *E796* *E949* 905 *E512* *E514* *E667* *E796* *E949*
906 :w[rite] [++opt] Write the whole buffer to the current file. This is 906 :w[rite] [++opt] Write the whole buffer to the current file. This is
907 the normal way to save changes to a file. It fails 907 the normal way to save changes to a file. It fails
908 when the 'readonly' option is set or when there is 908 when the 'readonly' option is set or when there is
909 another reason why the file can't be written. 909 another reason why the file can't be written.
910 For ++opt see |++opt|, but only ++bin, ++nobin, ++ff 910 For ++opt see |++opt|, but only ++bin, ++nobin, ++ff