File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ strings like "((3) of 2)" to appear in the window title.
106106 *macvim-tablabel*
107107Tab labels only show the tail of the file name to make the tabs more readable
108108when editing files in deeply nested folders. Add the line "set guitablabel="
109- to your vimrc file to revert back to the default Vim tab label.
109+ to your .gvimrc file to revert back to the default Vim tab label.
110110
111111 *macvim-options*
112112These are the non-standard options that MacVim supports:
Original file line number Diff line number Diff line change 3131
3232" To make tabs more readable, the label only contains the tail of the file
3333" name and the buffer modified flag.
34- if empty (&guitablabel )
35- set guitablabel = % M% t
36- endif
34+ set guitablabel = % M% t
3735
3836" Send print jobs to Preview.app. This does not delete the temporary ps file
3937" that is generated by :hardcopy.
You can’t perform that action at this time.
0 commit comments