Home
last modified time | relevance | path

Searched refs:saving (Results 1 – 25 of 45) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_lineending.vim1 " Tests for saving/loading a file with some lines ending in
H A Dtest_writefile.vim427 " 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 Dtest_viminfo.vim702 " 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 Dtest_excmd.vim203 " Test for saving all the modified buffers
241 " Test for saving and discarding changes to some buffers
H A Dtest_vim9_cmd.vim724 " Test for saving all the modified buffers
/vim-8.2.3635/src/proto/
H A Dgui_gtk.pro16 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dgui_athena.pro31 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dgui_motif.pro33 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dgui_photon.pro10 char_u *gui_mch_browse(int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdi…
H A Dgui_haiku.pro83 char_u *gui_mch_browse(int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_…
H A Dgui_w32.pro62 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 Dgui_gtk.c1245 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 Dgui_photon.c1389 int saving, in gui_mch_browse() argument
1407 if (saving == TRUE) in gui_mch_browse()
H A Dgui_haiku.cc4861 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 Dpi_vimball.txt224 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 Dft_rust.txt101 Set this option to 1 to run |:RustFmt| automatically when saving a
H A Dusr_21.txt240 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 Dusr_26.txt180 This allows you to edit the output of the "ls" command, without first saving
H A Darabic.txt323 one, meaning saving such a file will contain all the
H A Dmessage.txt639 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 Dusr_25.txt260 already four spaces, a <Tab> character is used (saving seven characters in the
H A Dtips.txt245 Breaking up saving the position:
/vim-8.2.3635/runtime/
H A Dmswin.vim60 " Use CTRL-S for saving, also in Insert mode (<C-O> doesn't work well when
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim1235 " 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 Dtohtml.vim493 " TODO: the comment above says we're going to allow saving the file

12