diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 13:15:01 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:29 -0400 |
commit | cf0fb01ea52946a4ac971f9f835e9cb2307cb910 (patch) | |
tree | 9c324cdfcb30499e13cd7ea6ee165978bcf34fb7 /runtime/doc | |
parent | 6cdb755507e17ae2e5b8096eea9ceae0cbe5d978 (diff) | |
download | rneovim-cf0fb01ea52946a4ac971f9f835e9cb2307cb910.tar.gz rneovim-cf0fb01ea52946a4ac971f9f835e9cb2307cb910.tar.bz2 rneovim-cf0fb01ea52946a4ac971f9f835e9cb2307cb910.zip |
vim-patch:574ee7bc1246
Update runtime files
https://github.com/vim/vim/commit/574ee7bc1246070dba598f9561a2776aa1a10d07
Omit ru.po because I don't know the language and there's too much to port.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/intro.txt | 2 | ||||
-rw-r--r-- | runtime/doc/sign.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index d858985e3f..69118db4fe 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -143,7 +143,7 @@ Vim would never have become what it is now, without the help of these people! Sung-Hyun Nam Work on multi-byte versions Vince Negri Win32 GUI and generic console enhancements Steve Oualline Author of the first Vim book |frombook| - Dominique Pelle valgrind reports and many fixes + Dominique Pelle Valgrind reports and many fixes A.Politz Many bug reports and some fixes George V. Reilly Win32 port, Win32 GUI start-off Stephen Riehm bug collector diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 896698aaa6..1f9de19fc7 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -42,8 +42,8 @@ When signs are defined for a file, Vim will automatically add a column of two characters to display them in. When the last sign is unplaced the column disappears again. This behavior can be changed with the 'signcolumn' option. -The color of the column is set with the SignColumn group |hl-SignColumn|. -Example to set the color: > +The color of the column is set with the SignColumn highlight group +|hl-SignColumn|. Example to set the color: > :highlight SignColumn guibg=darkgrey < |