Searched refs:displaying (Results 1 – 25 of 77) sorted by relevance
1234
| /vim-8.2.3635/src/testdir/ |
| H A D | test_let.vim | 28 " Test for displaying a string variable 34 " Test for displaying a list variable 40 " Test for displaying a dict variable 46 " Test for displaying a function reference variable
|
| H A D | test_restricted.vim | 6 " " Win32 GUI shows a dialog instead of displaying the error in the last line.
|
| H A D | test_number.vim | 301 " Test for displaying line numbers with 'rightleft'
|
| H A D | test_display.vim | 1 " Test for displaying stuff
|
| H A D | test_ex_mode.vim | 102 " Test for displaying lines from an empty buffer in Ex mode
|
| H A D | test_cursorline.vim | 239 When 'verbose' is non-zero, displaying an option value will also tell where it
|
| H A D | test_cpoptions.vim | 655 " Test for displaying dollar when changing text ('$' flag in 'cpoptions')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | debugger.txt | 90 could be used for displaying other information as well. The functionality is
|
| H A D | pi_zip.txt | 30 When one edits a *.zip file, this plugin will handle displaying a
|
| H A D | pi_tar.txt | 30 When one edits a *.tar file, this plugin will handle displaying a
|
| H A D | ft_sql.txt | 434 Drilling In / Out - When viewing a popup window displaying the list 438 - When viewing a popup window displaying the list 449 the popup window. This makes the re-displaying of these lists very
|
| H A D | mbyte.txt | 394 'encoding' typing and displaying may be wrong for some 425 - When displaying characters and 'termencoding' is different from 'encoding' 427 - When displaying messages and the encoding used for LC_MESSAGES differs from 554 First of all, Vim only accepts fixed-width fonts for displaying text. You 1352 bits). However, displaying only works for the characters present in the
|
| H A D | arabic.txt | 205 will display your current mapping by displaying an "Arabic" string
|
| H A D | usr_06.txt | 215 Displaying text in color takes a lot of effort. If you find the displaying
|
| H A D | usr_25.txt | 366 displaying the line. The text in the file remains unchanged.
|
| H A D | version6.txt | 989 deleted as soon as there is no window displaying it. 4075 Solution: Stop displaying the "$" when typing a ')' in its position. 5818 displaying at the more prompt. (Hari Krishna Dara) 6441 character. Added multibyte handling to displaying the stars. (Yasuhiro 8796 Solution: Save all bytes of a character when displaying a character 9963 displaying UTF-8 characters may cause a crash. (Karsten Hopp) 10495 Solution: Set 'sidescrolloff' to zero while displaying the match. 12183 Solution: Obtain the clipboard contents before displaying it. 12958 of displaying 0xf7 in utfc_ptr2len_check_len(). 14227 Solution: Get the length of each character before displaying it. [all …]
|
| H A D | develop.txt | 567 displaying. A hashtable is used to quickly find the word count. The count is
|
| H A D | terminal.txt | 478 Open a new window displaying the difference between the two 533 Open a new window displaying the contents of {filename}
|
| H A D | filetype.txt | 676 The quickfix filetype plugin includes configuration for displaying the command
|
| H A D | usr_44.txt | 557 displaying text can be given the "display" argument.
|
| H A D | usr_05.txt | 630 You can change the value of an option. For example, move to the "displaying
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 86 msgid "E724: variable nested too deep for displaying" 87 msgstr "E724: Variable nested too deep for displaying"
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mf.vim | 129 syn keyword mfNewInternal blacker currentwindow displaying eps epsilon
|
| H A D | 8th.vim | 157 Builtin dawn d:dawn days-in-hebrew-year d:days-in-hebrew-year displaying-hebrew d:displaying-hebrew
|
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 301 static int syn_current_attr(int syncing, int displaying, int *can_spell, int keep_state); 1759 int displaying, // result will be displayed in syn_current_attr() argument 1962 && (displaying || !(spp->sp_flags & HL_DISPLAY)) in syn_current_attr()
|
1234