Avoid ()()

2016-11-10 Fir de Conversatie mattn
Hi. Seems to be duplicate (). diff --git a/src/channel.c b/src/channel.c index 16156ce..ff97721 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1341,7 +1341,7 @@ write_buf_line(buf_T *buf, linenr_T lnum, channel_T *channel) p[len] = NL; p[len + 1] = NUL; -

Re: [vim/vim] Directories raise "Error: no write since last change" (#893)

2016-11-10 Fir de Conversatie h_east
Hi Neil > How do I check the version? :echo g:loaded_netrwPlugin -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Patch 8.0.0075

2016-11-10 Fir de Conversatie Bram Moolenaar
Patch 8.0.0075 Problem:Using number for exception type lacks type checking. Solution: Use an enum. Files: src/structs.h, src/ex_docmd.c, src/ex_eval.c, src/proto/ex_eval.pro *** ../vim-8.0.0074/src/structs.h 2016-10-27 21:13:04.886665573 +0200 --- src/structs.h

Patch 8.0.0074

2016-11-10 Fir de Conversatie Bram Moolenaar
Patch 8.0.0074 Problem:Cannot make Vim fail on an internal error. Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an internal error without mentioning where. Files: src/globals.h, src/blowfish.c, src/dict.c, src/edit.c, src/eval.c,

Patch 8.0.0073

2016-11-10 Fir de Conversatie Bram Moolenaar
Patch 8.0.0073 (after 8.0.0069) Problem:More comparisons between firstwin and lastwin. Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi) Files: src/buffer.c, src/ex_cmds.c, src/ex_docmd.c, src/option.c, src/window.c *** ../vim-8.0.0072/src/buffer.c

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2016-11-10 Fir de Conversatie mattn
On Thursday, November 10, 2016 at 2:49:16 AM UTC+9, DrChip wrote: > mattn wrote: > > Hi, Dr. Chip and list. > > > > I met some problems on netrw on Windows for a long time. Most of > > operations which use Windows commands of cmd.exe doesn't work because netrw > > checks the command exists by

Patch 8.0.0072

2016-11-10 Fir de Conversatie Bram Moolenaar
Patch 8.0.0072 Problem:MS-Windows: Crash with long font name. (Henry Hu) Solution: Fix comparing with LF_FACESIZE. (Ken Takata, closes #1243) Files: src/os_mswin.c *** ../vim-8.0.0071/src/os_mswin.c 2016-10-12 14:19:55.750357722 +0200 --- src/os_mswin.c 2016-11-10

Re: [patch] Updated French tutorial

2016-11-10 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: > Attached patch updates the French Vim tutorial. Thanks! -- hundred-and-one symptoms of being an internet addict: 9. All your daydreaming is preoccupied with getting a faster connection to the net: 28.8...ISDN...cable modem...T1...T3. /// Bram Moolenaar --