| /vim-8.2.3635/src/testdir/ |
| H A D | test_lineending.vim | 1 " Tests for saving/loading a file with some lines ending in
|
| H A D | test_writefile.vim | 427 " Auto-saving a readonly file should fail with 'autowriteall' 773 " With the default 'backupcopy' setting, saving a symbolic link file 788 " With the 'backupcopy' set to 'breaksymlink', saving a symbolic link file 805 " With the default 'backupcopy' setting, saving a hard link file 818 " With the 'backupcopy' set to 'breaksymlink', saving a hard link file
|
| H A D | test_viminfo.vim | 702 " Test for saving and restoring file marks in unloaded buffers 864 " Test for saving and restoring last substitute string in viminfo 879 " Test saving and restoring the register values using the older method 924 " Test for saving and restoring large number of lines in a register 1221 " Test for saving and restoring the last executed register (@ command)
|
| H A D | test_excmd.vim | 203 " Test for saving all the modified buffers 241 " Test for saving and discarding changes to some buffers
|
| H A D | test_vim9_cmd.vim | 724 " Test for saving all the modified buffers
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_gtk.pro | 16 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | gui_athena.pro | 31 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | gui_motif.pro | 33 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | gui_photon.pro | 10 char_u *gui_mch_browse(int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdi…
|
| H A D | gui_haiku.pro | 83 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| H A D | gui_w32.pro | 62 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 1245 gui_mch_browse(int saving UNUSED, in gui_mch_browse() 1291 saving ? GTK_FILE_CHOOSER_ACTION_SAVE in gui_mch_browse() 1294 saving ? _("_Save") : _("_Open"), _("_Cancel")); in gui_mch_browse() 1298 saving ? _("_Save") : _("_Open"), GTK_RESPONSE_ACCEPT, in gui_mch_browse() 1301 saving ? GTK_STOCK_SAVE : GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, in gui_mch_browse() 1347 if (saving && dflt != NULL && *dflt != NUL) in gui_mch_browse()
|
| H A D | gui_photon.c | 1389 int saving, in gui_mch_browse() argument 1407 if (saving == TRUE) in gui_mch_browse()
|
| H A D | gui_haiku.cc | 4861 int saving, in gui_mch_browse() argument 4868 gui.vimApp->fFilePanel = new BFilePanel((saving == TRUE) ? B_SAVE_PANEL : B_OPEN_PANEL, in gui_mch_browse() 4870 new BMessage((saving == TRUE) ? 'save' : 'open'), NULL, true); in gui_mch_browse()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_vimball.txt | 224 Apr 18, 2008 * RmVimball command is now protected by saving and 253 10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of
|
| H A D | ft_rust.txt | 101 Set this option to 1 to run |:RustFmt| automatically when saving a
|
| H A D | usr_21.txt | 240 work and pick up where you left off the next day. You can do this by saving 307 where you are now, by saving the current setup in a session, or keep the
|
| H A D | usr_26.txt | 180 This allows you to edit the output of the "ls" command, without first saving
|
| H A D | arabic.txt | 323 one, meaning saving such a file will contain all the
|
| H A D | message.txt | 639 wrong: If you save a file in Windows on the day the daylight saving time 644 - Disable "automatically adjust clock for daylight saving changes".
|
| H A D | usr_25.txt | 260 already four spaces, a <Tab> character is used (saving seven characters in the
|
| H A D | tips.txt | 245 Breaking up saving the position:
|
| /vim-8.2.3635/runtime/ |
| H A D | mswin.vim | 60 " Use CTRL-S for saving, also in Insert mode (<C-O> doesn't work well when
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 1235 " call Decho("saving t:netrw_lexposn",'~'.expand("<slnum>")) 1356 " call Decho("saving posn to svpos<".string(svpos).">",'~'.expand("<slnum>")) 1618 " call Decho("saving posn to svpos<".string(svpos).">",'~'.expand("<slnum>")) 3754 " call Decho("saving bookmarks",'~'.expand("<slnum>")) 3927 " call Decho("saving position across a buffer refresh",'~'.expand("<slnum>")) 3929 " call Decho("saving posn to svpos<".string(svpos).">",'~'.expand("<slnum>")) 4564 " call Decho("saving posn to svpos<".string(svpos).">",'~'.expand("<slnum>")) 4642 " call Decho("saving posn to svpos<".string(svpos).">",'~'.expand("<slnum>")) 4822 " call Decho("saving options",'~'.expand("<slnum>")) 5815 " call Decho("saving posn to svpos<".string(svpos).">",'~'.expand("<slnum>")) [all …]
|
| H A D | tohtml.vim | 493 " TODO: the comment above says we're going to allow saving the file
|