runtime(doc): update formatting and syntax

closes: #15800

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Milly
2024-10-05 17:16:18 +02:00
committed by Christian Brabandt
parent af449f69c7
commit 89872f58a9
15 changed files with 65 additions and 59 deletions

View File

@ -1,4 +1,4 @@
*vi_diff.txt* For Vim version 9.1. Last change: 2024 May 15
*vi_diff.txt* For Vim version 9.1. Last change: 2024 Oct 05
VIM REFERENCE MANUAL by Bram Moolenaar
@ -119,11 +119,11 @@ Vi compatibility. |'compatible'|
considered to be a bug, or at least need improvement. But still, Vim
starts in a mode which behaves like the "real" Vi as much as possible.
To make Vim behave a little bit better, try resetting the 'compatible'
option:
option: >
:set nocompatible
Or start Vim with the "-N" argument:
< Or start Vim with the "-N" argument: >
vim -N
Vim starts with 'nocompatible' automatically if you have a .vimrc
< Vim starts with 'nocompatible' automatically if you have a .vimrc
file. See |startup|.
The 'cpoptions' option can be used to set Vi compatibility on/off for
a number of specific items.