Re: Patch 8.0.1850

2018-05-17 Fir de Conversatie Wei Zhang
在 2018年5月17日星期四 UTC+8下午7:21:10,Bram Moolenaar写道:
> Patch 8.0.1850
> Problem:Todo items in source code not visible for users.
> Solution:   Move the todo items to the help file.
> Files:  src/terminal.c

Has 8.0.1850 been tagged as 8.1 ??

:version
VIM - Vi IMproved 8.1 (2018 May 17, compiled May 17 2018 23:10:54)
Compiled by skywind@airvm1

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Patch 8.0.1850

2018-05-17 Fir de Conversatie Bram Moolenaar

Patch 8.0.1850
Problem:Todo items in source code not visible for users.
Solution:   Move the todo items to the help file.
Files:  src/terminal.c


*** ../vim-8.0.1849/src/terminal.c  2018-05-15 23:53:22.092994698 +0200
--- src/terminal.c  2018-05-17 13:17:10.833565042 +0200
***
*** 36,63 
   * that buffer, attributes come from the scrollback buffer tl_scrollback.
   * When the buffer is changed it is turned into a normal buffer, the 
attributes
   * in tl_scrollback are no longer used.
-  *
-  * TODO:
-  * - Win32: Termdebug doesn't work, because gdb does not support mi2.  This
-  *   plugin: https://github.com/cpiger/NeoDebug  runs gdb as a job, 
redirecting
-  *   input and output.  Command I/O is in gdb window.
-  * - Win32: Redirecting input does not work, half of 
Test_terminal_redir_file()
-  *   is disabled.
-  * - Win32: Redirecting output works but includes escape sequences.
-  * - Win32: Make terminal used for :!cmd in the GUI work better.  Allow for
-  *   redirection.
-  * - terminal API: Add more functionality? (Ozaki Kiichi 2018 May 13, #2907)
-  * - When the job only outputs lines, we could handle resizing the terminal
-  *   better: store lines separated by line breaks, instead of screen lines,
-  *   then when the window is resized redraw those lines.
-  * - Redrawing is slow with Athena and Motif. (Ramel Eshed)
-  * - For the GUI fill termios with default values, perhaps like pangoterm:
-  *   
http://bazaar.launchpad.net/~leonerd/pangoterm/trunk/view/head:/main.c#L134
-  * - When 'encoding' is not utf-8, or the job is using another encoding, setup
-  *   conversions.
-  * - Termdebug does not work when Vim build with mzscheme: gdb hangs just 
after
-  *   "run".  Everything else works, including communication channel.  Not
-  *   initializing mzscheme avoid the problem, thus it's not some #ifdef.
   */
  
  #include "vim.h"
--- 36,41 
*** ../vim-8.0.1849/src/version.c   2018-05-17 13:11:41.887579765 +0200
--- src/version.c   2018-05-17 13:19:26.328734863 +0200
***
*** 763,764 
--- 763,766 
  {   /* Add new patch number below this line */
+ /**/
+ 1850,
  /**/

-- 
LETTERS TO THE EDITOR (The Times of London)

Dear Sir,

I am firmly opposed to the spread of microchips either to the home or
to the office.  We have more than enough of them foisted upon us in
public places.  They are a disgusting Americanism, and can only result
in the farmers being forced to grow smaller potatoes, which in turn
will cause massive unemployment in the already severely depressed
agricultural industry.

Yours faithfully,
        Capt. Quinton D'Arcy, J. P.
        Sevenoaks

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.