Re: How to replace the wave line in title string ?

2017-09-06 Thread Zhe Lee
On Wednesday, September 6, 2017 at 5:16:18 PM UTC+8, Zhe Lee wrote: > The gvim seems replace the home directory with the wave line. > > how to disable that, I just want the fullpath without any variable in it. Add this line to vimrc will be fine. set titlestring=%{expand('%:p')} titlelen=70 -

How to replace the wave line in title string ?

2017-09-06 Thread Zhe Lee
The gvim seems replace the home directory with the wave line. how to disable that, I just want the fullpath without any variable in it. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit