Lines Matching refs:msg_puts
1222 msg_puts(_("Enter number of swap file to use (0 to quit): ")); in ml_recover()
1459 msg_puts(_("\nIf you entered a new crypt key but did not write the text file,")); in ml_recover()
1460 msg_puts(_("\nenter the new crypt key.")); in ml_recover()
1461 msg_puts(_("\nIf you wrote the text file after changing the crypt key press enter")); in ml_recover()
1462 msg_puts(_("\nto use the same key for text file and swap file")); in ml_recover()
1739 msg_puts(_("\n(You might want to write out this file under another name\n")); in ml_recover()
1740 msg_puts(_("and run diff with the original file to check for changes)")); in ml_recover()
1744 msg_puts(_("\nYou may want to delete the .swp file now.")); in ml_recover()
1750 msg_puts(_("\nNote: process STILL RUNNING: ")); in ml_recover()
1754 msg_puts("\n\n"); in ml_recover()
1760 msg_puts(_("Using crypt key from swap file for the text file.\n")); in ml_recover()
2024 msg_puts(_(" In current directory:\n")); in recover_names()
2026 msg_puts(_(" Using specified name:\n")); in recover_names()
2030 msg_puts(_(" In directory ")); in recover_names()
2032 msg_puts(":\n"); in recover_names()
2041 msg_puts(". "); in recover_names()
2042 msg_puts((char *)gettail(files[i])); in recover_names()
2048 msg_puts(_(" -- none --\n")); in recover_names()
2168 msg_puts(_(" owned by: ")); in swapfile_info()
2170 msg_puts(_(" dated: ")); in swapfile_info()
2174 msg_puts(_(" dated: ")); in swapfile_info()
2175 msg_puts(get_ctime(st.st_mtime, TRUE)); in swapfile_info()
2190 msg_puts(_(" [from Vim version 3.0]")); in swapfile_info()
2194 msg_puts(_(" [does not look like a Vim swap file]")); in swapfile_info()
2198 msg_puts(_(" file name: ")); in swapfile_info()
2200 msg_puts(_("[No Name]")); in swapfile_info()
2204 msg_puts(_("\n modified: ")); in swapfile_info()
2205 msg_puts(b0.b0_dirty ? _("YES") : _("no")); in swapfile_info()
2209 msg_puts(_("\n user name: ")); in swapfile_info()
2216 msg_puts(_(" host name: ")); in swapfile_info()
2218 msg_puts(_("\n host name: ")); in swapfile_info()
2224 msg_puts(_("\n process ID: ")); in swapfile_info()
2229 msg_puts(_(" (STILL RUNNING)")); in swapfile_info()
2241 msg_puts(_("\n [not usable with this version of Vim]")); in swapfile_info()
2244 msg_puts(_("\n [not usable on this computer]")); in swapfile_info()
2249 msg_puts(_(" [cannot be read]")); in swapfile_info()
2253 msg_puts(_(" [cannot be opened]")); in swapfile_info()
4597 msg_puts(_("\nFound a swap file by the name \"")); in attention_message()
4599 msg_puts("\"\n"); in attention_message()
4601 msg_puts(_("While opening file \"")); in attention_message()
4603 msg_puts("\"\n"); in attention_message()
4606 msg_puts(_(" CANNOT BE FOUND")); in attention_message()
4610 msg_puts(_(" dated: ")); in attention_message()
4611 msg_puts(get_ctime(st.st_mtime, TRUE)); in attention_message()
4613 msg_puts(_(" NEWER than swap file!\n")); in attention_message()
4617 …msg_puts(_("\n(1) Another program may be editing the same file. If this is the case,\n be care… in attention_message()
4618 msg_puts(_("(2) An edit session for this file crashed.\n")); in attention_message()
4619 msg_puts(_(" If this is the case, use \":recover\" or \"vim -r ")); in attention_message()
4621 msg_puts(_("\"\n to recover the changes (see \":help recovery\").\n")); in attention_message()
4622 msg_puts(_(" If you did this already, delete the swap file \"")); in attention_message()
4624 msg_puts(_("\"\n to avoid this message.\n")); in attention_message()
5118 msg_puts("\n"); in findswapname()