comparison runtime/doc/quickref.txt @ 28353:8bc8071928ed v8.2.4702

patch 8.2.4702: C++ scope labels are hard-coded Commit: https://github.com/vim/vim/commit/3506cf34c17c5eae6c2d1317db1fcd5a8493c288 Author: Tom Praschan <13141438+tom-anders@users.noreply.github.com> Date: Thu Apr 7 12:39:08 2022 +0100 patch 8.2.4702: C++ scope labels are hard-coded Problem: C++ scope labels are hard-coded. Solution: Add 'cinscopedecls' to define the labels. (Rom Praschan, closes #10109)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Apr 2022 13:45:04 +0200
parents f0d7cb510ce3
children 6dd88e45d47d
comparison
equal deleted inserted replaced
28352:10886e23615f 28353:8bc8071928ed
641 'charconvert' 'ccv' expression for character encoding conversion 641 'charconvert' 'ccv' expression for character encoding conversion
642 'cindent' 'cin' do C program indenting 642 'cindent' 'cin' do C program indenting
643 'cinkeys' 'cink' keys that trigger indent when 'cindent' is set 643 'cinkeys' 'cink' keys that trigger indent when 'cindent' is set
644 'cinoptions' 'cino' how to do indenting when 'cindent' is set 644 'cinoptions' 'cino' how to do indenting when 'cindent' is set
645 'cinwords' 'cinw' words where 'si' and 'cin' add an indent 645 'cinwords' 'cinw' words where 'si' and 'cin' add an indent
646 'cinscopedecls' 'cinsd' words that are recognized by 'cino-g'
646 'clipboard' 'cb' use the clipboard as the unnamed register 647 'clipboard' 'cb' use the clipboard as the unnamed register
647 'cmdheight' 'ch' number of lines to use for the command-line 648 'cmdheight' 'ch' number of lines to use for the command-line
648 'cmdwinheight' 'cwh' height of the command-line window 649 'cmdwinheight' 'cwh' height of the command-line window
649 'colorcolumn' 'cc' columns to highlight 650 'colorcolumn' 'cc' columns to highlight
650 'columns' 'co' number of columns in the display 651 'columns' 'co' number of columns in the display