| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm2.vim | 29 let chars = "" variable 64 " get chars = <cpp> length string representing the pixels 66 let chars = substitute(s, '\(.\{'.cpp.'}\s\+\).*', '\1', '') variable 98 let chars = escape(chars, '/\*^$.~[]') variable 102 let chars = substitute(chars, "[ \t][ \t]*", "\\\\s\\\\+", "g") variable 109 " but highlight the first whitespace after chars in its color 110 exe 'syn match xpm2Col'.n.'inDef /^'.chars.'/hs=s+'.(cpp).' contained' 113 " remove the following whitespace from chars 114 let chars = substitute(chars, '\\s\\+$', '', '') variable 117 exe 'syn match xpm2Color'.n.' /'.chars.'/ contained' [all …]
|
| H A D | xpm.vim | 25 let chars = "" variable 57 " get chars = <cpp> length string representing the pixels 59 let chars = substitute(s, '"\(.\{'.cpp.'}\s\).*"', '\1', '') variable 91 let chars = escape(chars, '/\*^$.~[]') variable 98 " but highlight the first whitespace after chars in its color 99 exe 'syn match xpmCol'.n.'inDef /"'.chars.'/hs=s+'.(cpp+1).' contained' 102 " remove the following whitespace from chars 103 let chars = substitute(chars, '.$', '', '') variable 106 exe 'syn match xpmColor'.n.' /'.chars.'/ contained' 125 unlet color chars colors cpp n i s
|
| H A D | progress.vim | 144 …gin-event-group bgc[olor] binary bind bind-where blob block-iteration-display border-b[ottom-chars] 145 …er-bottom-p[ixels] border-l[eft-chars] border-left-p[ixels] border-r[ight-chars] border-right-p[ix… 167 syn keyword ProgressOperator edge[-chars] edge-p[ixels] edit-can-paste edit-can-undo edit-clear edi… 178 …frame-y frequency from-cur[rent] full-height[-chars] full-height-p[ixels] full-pathn[ame] full-wid… 187 syn keyword ProgressOperator get-text-width[-chars] get-text-width-p[ixels] get-top-buffer get-type… 190 …or grid-unit-width[-chars] grid-unit-width-p[ixels] grid-visible group-box gt guid handle handler … 196 syn keyword ProgressOperator inner inner-chars inner-lines input-value insert-attribute insert-b[ac… 208 …ator margin-width[-chars] margin-width-p[ixels] mark-new mark-row-state matches max-button max-cha… 211 …min-button min-column-width-c[hars] min-column-width-p[ixels] min-height[-chars] min-height-p[ixel… 265 syn keyword ProgressOperator virtual-height[-chars] virtual-height-p[ixels] virtual-width[-chars] v… [all …]
|
| H A D | tcsh.vim | 96 \ gosmacs-transpose-chars history-search-backward 105 \ toggle-literal-history transpose-chars transpose-gosling 180 " Meta-chars
|
| H A D | readline.vim | 122 \ bind-tty-special-chars 239 \ transpose-chars
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_wordcount.vim | 11 call assert_equal({'chars': 0, 'cursor_chars': 0, 'words': 0, 'cursor_words': 0, 17 call assert_equal({'chars': 15, 'cursor_chars': 1, 'words': 3, 'cursor_words': 0, 24 call assert_equal({'chars': 15, 'cursor_chars': 14, 'words': 3, 'cursor_words': 3, 32 call assert_equal({'chars': 15, 'cursor_chars': 15, 'words': 3, 'cursor_words': 3, 40 call assert_equal({'chars': 43, 'cursor_chars': 42, 'words': 9, 'cursor_words': 9, 49 call assert_equal({'chars': 15, 'cursor_chars': 14, 'words': 3, 'cursor_words': 3, 59 call assert_equal({'chars': 14, 'cursor_chars': 13, 'words': 3, 'cursor_words': 3, 66 call assert_equal({'chars': 32, 'cursor_chars': 31, 'words': 7, 'cursor_words': 7, 79 call assert_equal({'chars': 32, 'words': 7, 'bytes': 36, 'visual_chars': 32, 88 call assert_equal({'chars': 32, 'words': 7, 'bytes': 36, 'visual_chars': 1, [all …]
|
| H A D | test_blockedit.vim | 37 " Test 2 Move 2 chars left 42 " Test 3 Move 3 chars left (outside of the visual selection) 56 " Test 2 Move 2 chars left 61 " Test 3 Move 3 chars left (to the beginning of the visual selection) 66 " Test 4 Move 3 chars left (outside of the visual selection) 71 " Test 5 Move 4 chars left (outside of the visual selection)
|
| H A D | view_util.vim | 11 let chars = [] 13 call add(chars, nr2char(screenchar(a:lnum, c))) 15 let line = join(chars, '')
|
| H A D | test_terminal.vim | 212 call assert_equal('1', l[0].chars) 213 call assert_equal('2', l[1].chars) 214 call assert_equal('3', l[2].chars) 284 call assert_equal('l', l[0].chars) 285 call assert_equal('é', l[1].chars) 287 call assert_equal('t', l[2].chars) 288 call assert_equal('t', l[3].chars) 289 call assert_equal('ま', l[4].chars) 291 call assert_equal('r', l[5].chars) 292 call assert_equal('s', l[6].chars) [all …]
|
| H A D | test_listlbr_utf8.vim | 21 func s:screen_attr(lnum, chars, ...) abort argument 25 for i in range(a:chars[0], a:chars[1])
|
| H A D | test_sha256.vim | 14 "test for 3 chars:
|
| H A D | test_fnameescape.vim | 1 " Test if fnameescape is correct for special chars like !
|
| H A D | test_gn.vim | 47 " delete first and last chars 48 call setline('.', ['delete first and last chars'])
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | screen.c | 73 cell->chars[0] = 0; in clearcell() 182 cell->chars[i] = info->chars[i]; in putglyph() 186 cell->chars[i] = 0; in putglyph() 297 cell->chars[0] = 0; in erase_internal() 554 dst->chars[i] = src->chars[i]; in resize_buffer() 555 if(!src->chars[i]) in resize_buffer() 793 if(cell->chars[0] == 0) in _get_chars() 805 PUT(cell->chars[i]); in _get_chars() 839 cell->chars[i] = intcell->chars[i]; in vterm_screen_get_cell() 840 if(!intcell->chars[i]) in vterm_screen_get_cell() [all …]
|
| H A D | state.c | 20 info.chars = chars; in putglyph() 362 uint32_t *chars; in on_text() local 369 if (chars == NULL) in on_text() 379 chars[i - glyph_starts] = codepoints[i]; in on_text() 391 chars[glyph_ends - glyph_starts] = 0; in on_text() 398 printf("U+%04x ", chars[printpos]); in on_text() 421 putglyph(state, chars, width, state->pos); in on_text() 427 for(save_i = 0; chars[save_i]; save_i++) { in on_text() 430 state->combine_chars[save_i] = chars[save_i]; in on_text() 446 vterm_allocator_free(state->vt, chars); in on_text() [all …]
|
| H A D | encoding.c | 187 const uint32_t chars[128]; member 203 if(table->chars[c]) in decode_table() 204 cp[(*cpi)++] = table->chars[c]; in decode_table()
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 318 for(i = 0; i < VTERM_MAX_CHARS_PER_CELL && info->chars[i]; i++) in state_putglyph() 319 printf(i ? ",%x" : "%x", info->chars[i]); in state_putglyph() 440 if(cell.chars[0]) in screen_damage() 480 while(eol && !cells[eol-1].chars[0]) in screen_sb_pushline() 485 printf(" %02X", cells[c].chars[0]); in screen_sb_pushline() 501 cells[col].chars[0] = 'A' + col; in screen_sb_popline() 503 cells[col].chars[0] = 0; in screen_sb_popline() 904 uint32_t *chars = malloc(sizeof(uint32_t) * len); in main() local 906 vterm_screen_get_chars(screen, chars, len, rect); in main() 910 free(chars); in main() [all …]
|
| H A D | 10state_putglyph.test | 40 !UTF-8 combining chars
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 271 const uint32_t *chars; member 486 uint32_t chars[VTERM_MAX_CHARS_PER_CELL]; member 546 size_t vterm_screen_get_chars(const VTermScreen *screen, uint32_t *chars, size_t len, const VTermRe…
|
| /vim-8.2.3635/src/ |
| H A D | digraph.c | 2341 char_u *chars = tv_get_string_buf_chk(arg, buf_chars); in get_digraph_chars() local 2342 char_u *p = chars; in get_digraph_chars() 2361 semsg(_(e_digraph_must_be_just_two_characters_str), chars); in get_digraph_chars()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | mail.vim | 18 " many people recommend keeping e-mail messages 72 chars wide
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | polish-slash_cp852.vim | 9 " All chars as usual except:
|
| H A D | polish-slash_iso-8859-2.vim | 9 " All chars as usual except:
|
| H A D | polish-slash_cp1250.vim | 9 " All chars as usual except:
|
| H A D | polish-slash_utf-8.vim | 9 " All chars as usual except:
|