Feature request: Add support for ++opt specifications on the command-line

2017-08-09 Fir de Conversatie ben
Just had a feature idea, thought I'd throw it out here. It would be nice if you could specify the various ++opt options to instruct vim how to interpret the bytestreams of files opened right from the command-line. Currently the only way to use ++opt options is when calling :edit or :read (as

Re: [patch][win32] Fix multibyte fontname

2017-08-09 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > On Win32, "_" can be used instead of a white space for 'guifont' for > convenience. > For example, when a user sets "guifont=MS_Gothic", vim will also search a font > named "MS Gothic". > However, I found that this doesn't work well when a font name contains a > character

Re: vim.exe doesn't restore wide characters in cmd.exe

2017-08-09 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > On Wednesday, August 2, 2017 at 7:43:41 PM UTC+9, Ken Takata wrote: > > Hi Bram, > > > > 2016/10/18 Tue 17:16:14 UTC+9 mattn wrote: > > > Hi, Bram. > > > > > > I hope to merge this. When using Visual Studio Code with terminal > > > feature, vim always breaks the

Patch 8.0.0894

2017-08-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0894 Problem:There is no test for runtime filetype detection. Solution: Test a list of filetypes from patterns. Files: src/testdir/test_filetype.vim, runtime/filetype.vim *** ../vim-8.0.0893/src/testdir/test_filetype.vim 2017-06-04 18:59:10.791459095 +0200 ---

Patch 8.0.0895

2017-08-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0895 (after 8.0.0894) Problem:Filetype test fails on MS-Windows. Solution: Fix file names. Files: src/testdir/test_filetype.vim *** ../vim-8.0.0894/src/testdir/test_filetype.vim 2017-08-09 22:06:25.154509958 +0200 --- src/testdir/test_filetype.vim 2017-08-09

[patch][win32] Fix multibyte fontname

2017-08-09 Fir de Conversatie Ken Takata
Hi, On Win32, "_" can be used instead of a white space for 'guifont' for convenience. For example, when a user sets "guifont=MS_Gothic", vim will also search a font named "MS Gothic". However, I found that this doesn't work well when a font name contains a character which includes "_" as a part

Re: vim.exe doesn't restore wide characters in cmd.exe

2017-08-09 Fir de Conversatie Ken Takata
Hi Bram, 2017/8/10 Thu 5:57:25 UTC+9 Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > On Wednesday, August 2, 2017 at 7:43:41 PM UTC+9, Ken Takata wrote: > > > Hi Bram, > > > > > > 2016/10/18 Tue 17:16:14 UTC+9 mattn wrote: > > > > Hi, Bram. > > > > > > > > I hope to merge this. When

Re: vim.exe doesn't restore wide characters in cmd.exe

2017-08-09 Fir de Conversatie mattn
On Wednesday, August 2, 2017 at 7:43:41 PM UTC+9, Ken Takata wrote: > Hi Bram, > > 2016/10/18 Tue 17:16:14 UTC+9 mattn wrote: > > Hi, Bram. > > > > I hope to merge this. When using Visual Studio Code with terminal feature, > > vim always breaks the terminal like below. > > > > > >