Re: Glob filename containing { (left brace) in Windows

2018-02-11 Thread Lifepillar
On 11/02/2018 20:18, Nikolay Aleksandrovich Pavlov wrote: 2018-02-11 21:44 GMT+03:00 Lifepillar : Is there any way for glob() to expand a filename containing { (left brace) in Windows *without* removing { from isfname? For example, if the current dir has a file called

Vim Ack and h key

2018-02-11 Thread Frantz Baustier
Hello, I have an issue with vim ack. When I press h key in the quickfix list, it opens a new frame instead of going to the left character. Thank you. Best Regards. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying

Will vim copy all file content to memory when i open a file?

2018-02-11 Thread Zhigang Song
Will vim copy all file content to memory when I open a file? -- -- 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 http://www.vim.org/maillist.php --- You received this message because you

Glob filename containing { (left brace) in Windows

2018-02-11 Thread Lifepillar
Is there any way for glob() to expand a filename containing { (left brace) in Windows *without* removing { from isfname? For example, if the current dir has a file called '{foo', then :echo glob('\{*') correctly expands to '{foo' provided that isfname does not contain {; otherwise, the above

Re: Glob filename containing { (left brace) in Windows

2018-02-11 Thread Nikolay Aleksandrovich Pavlov
2018-02-11 21:44 GMT+03:00 Lifepillar : > Is there any way for glob() to expand a filename containing > { (left brace) in Windows *without* removing { from isfname? > > For example, if the current dir has a file called '{foo', then > > :echo glob('\{*') > > correctly

Re: Vim adds \n at end of xml lines

2018-02-11 Thread Tony Mechelynck
On Mon, Feb 12, 2018 at 7:01 AM, Ni Va wrote: > Hi, > > On windows 10, I have saved xml and now some \n appears at end of each lines. > > ff=dos > fft=dos > encoding=utf-8 > fileencoding=utf-8 > > > Thank you See: :help 'fileformat' :help 'fileformats'

Vim adds \n at end of xml lines

2018-02-11 Thread Ni Va
Hi, On windows 10, I have saved xml and now some \n appears at end of each lines. ff=dos fft=dos encoding=utf-8 fileencoding=utf-8 Thank you -- -- 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