| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 1923 GdkEventButton trigger; in gui_mch_show_popupmenu() local 1933 trigger.x = 0.0; in gui_mch_show_popupmenu() 1934 trigger.y = 0.0; in gui_mch_show_popupmenu() 1936 trigger.state = 0; in gui_mch_show_popupmenu() 1937 trigger.button = 3; in gui_mch_show_popupmenu() 1939 trigger.x_root = 0.0; in gui_mch_show_popupmenu() 2002 GdkEventButton trigger; in gui_make_popup() local 2013 trigger.x = 0.0; in gui_make_popup() 2014 trigger.y = 0.0; in gui_make_popup() 2016 trigger.state = 0; in gui_make_popup() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlforms.vim | 86 syntax keyword sqlKeyword successful synonym table to trigger uid 92 syntax keyword sqlKeyword default_menu_application trigger block field
|
| H A D | esqlc.vim | 29 syntax keyword esqlcKeyword successful synonym table then to trigger uid
|
| H A D | sqlj.vim | 31 syn keyword sqljKeyword successful synonym table then to trigger uid
|
| H A D | sqlinformix.vim | 104 syn keyword sqlKeyword table temp temporary timeout to transaction trigger
|
| H A D | tf.vim | 90 syn keyword tfStatement suspend telnet test time toggle trig trigger unbind contained
|
| H A D | sqloracle.vim | 34 syn keyword sqlKeyword parallel successful synonym table tablespace then to trigger uid
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test77a.in | 5 We need 2 million lines to trigger a call to mf_hash_grow(). If it would mess
|
| H A D | test_file_size.vim | 5 " We need 2 million lines to trigger a call to mf_hash_grow(). If it would mess
|
| H A D | test_perl.vim | 218 " Check deleting lines does not trigger ml_get error. 231 " Check switching to another buffer does not trigger ml_get error.
|
| H A D | test_autocmd.vim | 95 " CursorHoldI does not trigger after CTRL-X 696 " 7: don't trigger OptionSet" 708 " 9: don't trigger OptionSet" 746 " try twice, first time, shouldn't trigger because option name is invalid, 747 " second time, it should trigger 750 " should trigger, use correct option name 761 " 17: Setting key option, shouldn't trigger" 1574 " here, autocommand for xx should trigger. 1581 " autocmd should not trigger 1584 " autocmd should not trigger [all …]
|
| H A D | README.txt | 37 must return FALSE for a while. E.g. to trigger the CursorMovedI autocommand
|
| H A D | test_smartindent.vim | 119 " insert text that will trigger smartindent
|
| H A D | test_ruby.vim | 14 " Check deleting lines does not trigger ml_get error. 20 " Check switching to another buffer does not trigger ml_get error.
|
| H A D | test_prompt_buffer.vim | 155 " pressing CTRL-W in the prompt buffer should trigger the window commands
|
| H A D | test_xxd.vim | 256 " Various ways with wrong arguments that trigger the usage output.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_40.txt | 460 separated) that trigger the command. 577 trigger any new events. If you read a file in response to a FileChangedShell 578 event, it will not trigger the autocommands that would set the syntax, for 586 It is possible to trigger an autocommand by pretending an event has occurred. 587 This is useful to have one autocommand trigger another one. Example: > 639 At times, you will not want to trigger an autocommand. The 'eventignore'
|
| H A D | autocmd.txt | 746 "window" to trigger on `:lcd` 747 "tabpage" to trigger on `:tcd` 748 "global" to trigger on `:cd` 749 "auto" to trigger on 'autochdir'. 750 "drop" to trigger on editing a file 1289 trigger itself). 1519 exists Vim assumes that editing a directory is possible and will trigger a
|
| H A D | ft_sql.txt | 112 let g:ftplugin_sql_objects = 'function,procedure,event,table,trigger' . 136 \ 'table,trigger' . 524 NOTE: The following example uses <Right> to trigger a column list while
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 410 \ 'table,trigger' . 415 " Key to trigger SQL completion 419 " Key to trigger drill into column list 423 " Key to trigger drill out of column list
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | README.txt | 33 To trigger the indenting after typing a word like "endif", add the word to the
|
| H A D | json.vim | 21 " Now, set up our indentation expression and keys that trigger it.
|
| H A D | jsonc.vim | 19 " Now, set up our indentation expression and keys that trigger it.
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 229 " Vim scripts (must have '" vim' as the first line to trigger this) 278 " SiCAD scripts (must have procn or procd as the first line to trigger this)
|
| /vim-8.2.3635/ |
| H A D | CONTRIBUTING.md | 12 A pull request has the advantage that it will trigger the Continuous
|