-*filetype.txt* For Vim version 9.1. Last change: 2024 Apr 08
+*filetype.txt* For Vim version 9.1. Last change: 2024 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar
*.typ g:filetype_typ
*.v g:filetype_v
*.w g:filetype_w |ft-cweb-syntax|
- *.md g:pandoc#filetypes#pandoc_markdown
For a few filetypes the global variable is used only when the filetype could
not be detected:
-*syntax.txt* For Vim version 9.1. Last change: 2024 Apr 08
+*syntax.txt* For Vim version 9.1. Last change: 2024 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar
To use italics and strong in emphases. Default = 1 >
- :let *g:pandoc#syntax#style#emphases = 1
+ :let g:pandoc#syntax#style#emphases = 1
"0" will add "block" to g:pandoc#syntax#conceal#blacklist, because otherwise
you couldn't tell where the styles are applied.
target.length = 0; // not used, see cmp_keyvalue_value_i()
entry = (keyvalue_T *)bsearch(&target, &rgb_tab, ARRAY_LENGTH(rgb_tab), sizeof(rgb_tab[0]), cmp_keyvalue_value_i);
if (entry != NULL)
- {
return gui_adjust_rgb((guicolor_T)entry->key);
- }
#if defined(FEAT_EVAL)
/*
5new
call setline(1, ['']->repeat(10) + ['a'])
diffthis
+ call assert_true(5, winheight(5))
5new
call setline(1, ['']->repeat(3) + ['a', 'b'])
diffthis
wincmd j
+ resize 7
exe "norm! G\<C-D>"
call assert_equal(6, line('w0'))
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 283,
/**/
282,
/**/