Titles must fit on to taskbar entries which are usually short.
se hlsearch
" Set graphical window title.
-se titlestring=%{Show_TitleString()}
+if has("win32")
+ " Windows taskbar entries are probably too small to show full titles.
+ se titlestring=%t
+else
+ se titlestring=%{Show_TitleString()}
+endif
" Syntax highlighting. New versions will use syn enable instead.
if version < "600"