Hi Bram,

2019/11/30 Sat 6:13:22 UTC+9 Bram Moolenaar wrote:
>
>
> It appears the number of bug reports is getting lower.  I have included 
> many pending pull requests.  I think we are getting closer to a release. 
>
> If you have any runtime updates, please send them now! 
>
> I'm also wondering: what is your favorite improvement since Vim 8.1? 
>
 
I saw the latest version8.txt.
In the "Vim script improvements" section, the ".." operator is not described
explicitly. (It is described as a part of `:scriptversion`.)
How about adding it explicitly?

--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -25844,6 +25844,9 @@ Functions can now be called in a chain, 
     mylist->filter(filterexpr)->map(mapexpr)->sort()->join()
 The new `:eval` command can be used when there is no result.
 
+The ".." operator was added for string concatenation to avoid confusion 
with a
+key access operator for dictionaries.
+
 The `:scriptversion` command was added to allow for changes that are not
 backwards compatible. E.g. to only use ".." for string concatenation.
 

(I don't know the official name for the "dict.key" operator, though.)

For the improvements and changes in Vim 8.2, I'd like to list my works for
Windows as well:

* Revised Windows installer.
  Supports translations, silent install, nice appearance.
* VIMDLL: make it possible to merge the common part of gVim and Vim into a 
DLL.
  This can reduce the total install size.
  (Enabling this or not in the official Windows package is up to you, Bram.
  vim-win32-installer doesn't enable this yet, though.)
* Drop support for old compilers.
  Borland C++, MSVC 2008 or older.

And other improvements in Vim 8.2 are:

* Improved 'incsearch'.
* Support modifyOtherKeys.
* Support ConPTY on Windows 10.
  Full colors are available in the terminal mode.
* Added /= and %= assignment operators.

Regards,
Ken Takata

-- 
-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/89da54f9-2560-4891-b146-f7541273261f%40googlegroups.com.

Raspunde prin e-mail lui