Searched refs:initialized (Results 1 – 21 of 21) sorted by relevance
| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 172 " Check that the plural form is properly initialized
|
| /vim-8.2.3635/src/ |
| H A D | if_mzsch.c | 779 static int initialized = FALSE; variable 1240 if (!initialized) in mzscheme_init() 1254 initialized = TRUE; in mzscheme_init()
|
| H A D | evalfunc.c | 7601 static int initialized = FALSE; in f_rand() local 7611 if (initialized == FALSE) in f_rand() 7620 initialized = TRUE; in f_rand()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_virtualedit.vim | 421 " Verify that 'virtualedit' is initialized to empty, can be set globally to
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui_w32.txt | 328 $VIMRUNTIME/rgb.txt, now they are in |v:colornames| which is initialized from
|
| H A D | if_cscop.txt | 280 only effective when cscope (cscopeprg) is initialized without a prefix
|
| H A D | develop.txt | 568 initialized from words listed in COMMON items in the affix file, so that it
|
| H A D | ft_sql.txt | 767 been created and the SQL completion plugin has been initialized. All SQL
|
| H A D | various.txt | 554 exists, then it is initialized to an empty string.
|
| H A D | netbeans.txt | 490 Also marks the buffer as initialized.
|
| H A D | terminal.txt | 1369 TermdebugStartPost After debugging has initialized.
|
| H A D | version5.txt | 2698 LinePointers[] was used while not initialized. 6184 initialized from main(). 6614 Problem: Win32 GUI: The tables for toupper() and tolower() are initialized 6733 - mouse button was not initialized properly to MOUSE_LEFT when
|
| H A D | starting.txt | 872 Note: When using the |mzscheme| interface, it is initialized after loading
|
| H A D | usr_41.txt | 2249 First s:count is initialized to 4 in the script itself. When later the
|
| H A D | version6.txt | 646 It is initialized from the environment when a supported value is found. 8254 Solution: Only give the message after the terminal has been initialized. 12562 that when 'tenc' is initialized the input and output conversion is 13719 hang, because the terminal isn't initialized yet. (Vince Negri) 13720 Solution: Don't go into debug mode before the terminal is initialized.
|
| H A D | options.txt | 264 When editing a new buffer, its local option values must be initialized. Since 7900 successfully initialized, 'termencoding' is forcibly set to "utf-8". 8461 mode this option will be initialized to 10000.
|
| H A D | version7.txt | 2141 When opening a new buffer the local value of 'bomb' was not initialized from 5096 Problem: When creating a new match not all fields are initialized, which 6479 Problem: sa.sa_mask is not initialized. Cscope may not exit. 9772 Problem: Pointers for composing characters are not properly initialized.
|
| H A D | todo.txt | 1550 When using --remote-tab on MS-Windows 'encoding' hasn't been initialized yet, 3815 highlighting needs to be initialized again. This may cause colors defined
|
| H A D | eval.txt | 8753 {expr} can be initialized by |srand()| and will be updated by 10686 - If {expr} is not given, seed values are initialized by
|
| H A D | version8.txt | 6126 Problem: v:errors is not initialized. 14476 Problem: Attempt to read history entry while not initialized. 27371 Solution: Set the "options initialized" flag earlier. (closes #3278) 33860 Solution: Check for options not being initialized.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 4229 " call Decho(" s:netrwbuf initialized to {}",'~'.expand("<slnum>"))
|