Home
last modified time | relevance | path

Searched refs:reload (Results 1 – 25 of 71) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_filechanged.vim9 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 Dundo.pro8 int u_savecommon(linenr_T top, linenr_T bot, linenr_T newbot, int reload);
H A Dscriptfile.pro40 int script_autoload(char_u *name, int reload);
/vim-8.2.3635/runtime/ftplugin/
H A Dlogtalk.dict189 reload
H A Djulia.vim16 setlocal include=^\\s*\\%(reload\\\|include\\)\\>
/vim-8.2.3635/runtime/syntax/
H A Dwinbatch.vim113 syn keyword winbatchImplicit regunloadhive reload reload rtstatus run runenviron
H A Ddnsmasq.vim95 syn match DnsmasqKeyword "^\s*clear-on-reload\>"
H A Dmysql.vim36 syn keyword mysqlKeyword read references reload rename replace restrict returns revoke righ…
H A Dsh.vim346 syn keyword bashAdminStatement daemon killall killproc nice reload restart start status stop
H A Dnginx.vim1995 …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 Dneomuttrc.vim666 \ 'recall-message', 'reconstruct-thread', 'redraw-screen', 'refresh', 'reload-active',
H A Dtypescriptcommon.vim1223 …syntax keyword typescriptBOMLocationMethod contained assign reload replace toString nextgroup=type…
/vim-8.2.3635/runtime/autoload/
H A Drustfmt.vim44 " Replace current file with temp file, then reload buffer
H A Djavascriptcomplete.vim288 let locameth = ['assign', 'reload', 'replace']
/vim-8.2.3635/src/
H A Dfileio.c4045 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 Dscriptfile.c2046 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 Dundo.c415 int reload) in u_savecommon() argument
425 if (!reload) in u_savecommon()
/vim-8.2.3635/runtime/doc/
H A Dmessage.txt664 bit to be reset. It should be safe to reload the file. Set 'autoread' to
665 automatically reload the file.
H A Dediting.txt197 *: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 Ddiff.txt330 After setting this variable, reload the syntax script: >
H A Dquickref.txt972 'undoreload' 'ur' max nr of lines to save for undo on a buffer reload
1229 |:edit| :e[dit][!] reload the current file
H A Drepeat.txt372 For [noclear] see |vim9-reload|.
H A Dtodo.txt2294 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 Dsr.po1531 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 Doptwin.vim786 call <SID>AddOption("undoreload", gettext("maximum number lines to save for undo on a buffer reload

123