| /vim-8.2.3635/src/testdir/ |
| H A D | test_filechanged.vim | 9 au FileChangedShell Xchanged_r let g:reason = v:fcs_reason | let v:fcs_choice = 'reload' 12 call setline(1, 'reload this') 62 " With an undo file the reload can be undone and a change before the 63 " reload. 76 " undo the reload 80 " undo the change before reload 100 call setline(1, 'reload this') 109 call assert_equal('reload this', getline(1)) 120 " change buffer, recreate the file and reload 129 " Only mode changed, reload
|
| /vim-8.2.3635/src/proto/ |
| H A D | undo.pro | 8 int u_savecommon(linenr_T top, linenr_T bot, linenr_T newbot, int reload);
|
| H A D | scriptfile.pro | 40 int script_autoload(char_u *name, int reload);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | logtalk.dict | 189 reload
|
| H A D | julia.vim | 16 setlocal include=^\\s*\\%(reload\\\|include\\)\\>
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | winbatch.vim | 113 syn keyword winbatchImplicit regunloadhive reload reload rtstatus run runenviron
|
| H A D | dnsmasq.vim | 95 syn match DnsmasqKeyword "^\s*clear-on-reload\>"
|
| H A D | mysql.vim | 36 syn keyword mysqlKeyword read references reload rename replace restrict returns revoke righ…
|
| H A D | sh.vim | 346 syn keyword bashAdminStatement daemon killall killproc nice reload restart start status stop
|
| H A D | nginx.vim | 1995 …r others, dynamiclly modify backend-servers attribute(weight, max_fails,...), needn't reload nginx. 2158 …or others, dynamiclly modify backend-servers attribute(weight, max_fails,...), needn't reload nginx
|
| H A D | neomuttrc.vim | 666 \ 'recall-message', 'reconstruct-thread', 'redraw-screen', 'refresh', 'reload-active',
|
| H A D | typescriptcommon.vim | 1223 …syntax keyword typescriptBOMLocationMethod contained assign reload replace toString nextgroup=type…
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rustfmt.vim | 44 " Replace current file with temp file, then reload buffer
|
| H A D | javascriptcomplete.vim | 288 let locameth = ['assign', 'reload', 'replace']
|
| /vim-8.2.3635/src/ |
| H A D | fileio.c | 4045 int reload = FALSE; in buf_check_timestamp() local 4121 reload = TRUE; in buf_check_timestamp() 4162 reload = TRUE; in buf_check_timestamp() 4246 reload = TRUE; in buf_check_timestamp() 4291 if (reload) in buf_check_timestamp()
|
| H A D | scriptfile.c | 2046 int reload) // load script again when already loaded in script_autoload() argument 2068 if (!reload && i < ga_loaded.ga_len) in script_autoload()
|
| H A D | undo.c | 415 int reload) in u_savecommon() argument 425 if (!reload) in u_savecommon()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | message.txt | 664 bit to be reset. It should be safe to reload the file. Set 'autoread' to 665 automatically reload the file.
|
| H A D | editing.txt | 197 *:e* *:edit* *reload* 1597 If you want to automatically reload a file when it has been changed outside of 1601 If you do not want to be asked or automatically reload the file, you can use 1649 Vim will reload the buffer if you chose to. If a window is visible that
|
| H A D | diff.txt | 330 After setting this variable, reload the syntax script: >
|
| H A D | quickref.txt | 972 'undoreload' 'ur' max nr of lines to save for undo on a buffer reload 1229 |:edit| :e[dit][!] reload the current file
|
| H A D | repeat.txt | 372 For [noclear] see |vim9-reload|.
|
| H A D | todo.txt | 2294 When $VIMRUNTIME is set in .vimrc, need to reload lang files. Already done 2840 reload it then? 3250 console, go back to Vim and click "reload" in the dialog for the changed 4076 9 'fenc' in modeline problem: add option to reload the file when 'fenc' is 5811 Make it easier to reload all outdated files that don't have changes.
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 1531 msgid "E321: Could not reload \"%s\"" 7211 msgid "E1149: Script variable is invalid after reload in function %s" 8971 msgid "maximum number lines to save for undo on a buffer reload"
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 786 call <SID>AddOption("undoreload", gettext("maximum number lines to save for undo on a buffer reload…
|