File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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.
106
106
*macvim-tablabel*
107
107
Tab labels only show the tail of the file name to make the tabs more readable
108
108
when editing files in deeply nested folders. Add the line "set guitablabel="
109
- to your .gvimrc file to revert back to the default Vim tab label.
109
+ to your vimrc file to revert back to the default Vim tab label.
110
110
111
111
*macvim-options*
112
112
These are the non-standard options that MacVim supports:
Original file line number Diff line number Diff line change 31
31
32
32
" To make tabs more readable, the label only contains the tail of the file
33
33
" name and the buffer modified flag.
34
- set guitablabel = % M% t
34
+ if empty (&guitablabel )
35
+ set guitablabel = % M% t
36
+ endif
35
37
36
38
" Send print jobs to Preview.app. This does not delete the temporary ps file
37
39
" that is generated by :hardcopy.
You can’t perform that action at this time.
0 commit comments