Also showing the name of the affected file when finding a lock file,
for when many files are opened at once. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5117 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
@@ -293,8 +293,8 @@ int do_lockfile(const char *filename)
|
||||
fprintf(stderr, "user which created this lock file should be %s\n",
|
||||
lockuser);
|
||||
#endif
|
||||
sprintf(promptstr, _("File is being edited (by %s, PID %d, user %s); continue?"),
|
||||
lockprog, lockpid, lockuser);
|
||||
sprintf(promptstr, _("File %s is being edited (by %s, PID %d, user %s); continue?"),
|
||||
filename, lockprog, lockpid, lockuser);
|
||||
ans = do_yesno_prompt(FALSE, promptstr);
|
||||
if (ans < 1) {
|
||||
blank_statusbar();
|
||||
|
||||
Reference in New Issue
Block a user