0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.2-117

This commit is contained in:
Bram Moolenaar
2009-02-21 23:03:09 +00:00
parent 086fad3a27
commit bb9c7d1cc5
4 changed files with 10 additions and 3 deletions

View File

@@ -5098,7 +5098,8 @@ buf_spname(buf)
*/
FOR_ALL_TAB_WINDOWS(tp, win)
if (win->w_buffer == buf)
break;
goto win_found;
win_found:
if (win != NULL && win->w_llist_ref != NULL)
return _("[Location List]");
else