comparison runtime/doc/version6.txt @ 13482:9eebe457eb3c

Update runtime files. Convert a couple of help files to utf-8. commit https://github.com/vim/vim/commit/98ef233e14faaaf42e0342da1803d493ce0337b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 18 14:44:37 2018 +0100 Update runtime files. Convert a couple of help files to utf-8.
author Christian Brabandt <cb@256bit.org>
date Sun, 18 Mar 2018 15:00:07 +0100
parents bd6ff5246c71
children 1174611ad715
comparison
equal deleted inserted replaced
13481:cd85b03c9fe2 13482:9eebe457eb3c
1 *version6.txt* For Vim version 8.0. Last change: 2014 Aug 29 1 *version6.txt* For Vim version 8.0. Last change: 2018 Mar 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6101 6101
6102 New tutor translations: 6102 New tutor translations:
6103 Slovak (Lubos Celko) 6103 Slovak (Lubos Celko)
6104 Greek (Christos Kontas) 6104 Greek (Christos Kontas)
6105 German (Joachim Hofmann) 6105 German (Joachim Hofmann)
6106 Norwegian (Øyvind Holm) 6106 Norwegian (Øyvind Holm)
6107 6107
6108 New filetype plugins: 6108 New filetype plugins:
6109 Occam (Mario Schweigler) 6109 Occam (Mario Schweigler)
6110 Art (Dorai Sitaram) 6110 Art (Dorai Sitaram)
6111 ant.vim, aspvbs.vim, config.vim, csc.vim, csh.vim, dtd.vim, html.vim, 6111 ant.vim, aspvbs.vim, config.vim, csc.vim, csh.vim, dtd.vim, html.vim,
6119 Xmllint (Doug Kearns) 6119 Xmllint (Doug Kearns)
6120 Ruby (Tim Hammerquist) 6120 Ruby (Tim Hammerquist)
6121 Modelsim vcom (Paul Baleme) 6121 Modelsim vcom (Paul Baleme)
6122 6122
6123 New menu translations: 6123 New menu translations:
6124 Brazilian (José de Paula) 6124 Brazilian (José de Paula)
6125 British (Mike Williams) 6125 British (Mike Williams)
6126 Korean in UTF-8. (Nam SungHyun) 6126 Korean in UTF-8. (Nam SungHyun)
6127 Norwegian (Øyvind Holm) 6127 Norwegian (Øyvind Holm)
6128 Serbian (Aleksandar Jelenak) 6128 Serbian (Aleksandar Jelenak)
6129 6129
6130 New message translation for Norwegian. (Øyvind Holm) 6130 New message translation for Norwegian. (Øyvind Holm)
6131 6131
6132 New color scheme: 6132 New color scheme:
6133 desert (Hans Fugal) 6133 desert (Hans Fugal)
6134 6134
6135 Arabic specific features. 'arabicshape', 'termbidi', 'arabic' and 6135 Arabic specific features. 'arabicshape', 'termbidi', 'arabic' and
10064 Solution: Avoid that RealWaitForChar() is used recursively. 10064 Solution: Avoid that RealWaitForChar() is used recursively.
10065 Files: src/os_unix.c 10065 Files: src/os_unix.c
10066 10066
10067 Patch 6.2.019 (lang) 10067 Patch 6.2.019 (lang)
10068 Problem: Loading the Portuguese menu causes an error message. 10068 Problem: Loading the Portuguese menu causes an error message.
10069 Solution: Join two lines. (Jose Pedro Oliveira, José de Paula) 10069 Solution: Join two lines. (Jose Pedro Oliveira, José de Paula)
10070 Files: runtime/lang/menu_pt_br.vim 10070 Files: runtime/lang/menu_pt_br.vim
10071 10071
10072 Patch 6.2.020 10072 Patch 6.2.020
10073 Problem: The "Syntax/Set syntax only" menu item causes an error message. 10073 Problem: The "Syntax/Set syntax only" menu item causes an error message.
10074 (Oyvind Holm) 10074 (Oyvind Holm)
12416 Solution: Call screen_alloc() before showing the prompt. 12416 Solution: Call screen_alloc() before showing the prompt.
12417 Files: src/message.c 12417 Files: src/message.c
12418 12418
12419 Patch 6.2.376 12419 Patch 6.2.376
12420 Problem: Win32: Ruby interface cannot be dynamically linked with Ruby 1.6. 12420 Problem: Win32: Ruby interface cannot be dynamically linked with Ruby 1.6.
12421 Solution: Add #ifdefs around use of rb_w32_snprintf(). (Benoît Cerrina) 12421 Solution: Add #ifdefs around use of rb_w32_snprintf(). (Benoît Cerrina)
12422 Files: src/if_ruby.c 12422 Files: src/if_ruby.c
12423 12423
12424 Patch 6.2.377 (after 6.2.372) 12424 Patch 6.2.377 (after 6.2.372)
12425 Problem: Compiler warnings for signed/unsigned compare. (Michael Wookey) 12425 Problem: Compiler warnings for signed/unsigned compare. (Michael Wookey)
12426 Solution: Add type cast. 12426 Solution: Add type cast.
14318 Files: src/edit.c 14318 Files: src/edit.c
14319 14319
14320 Patch 6.3.061 14320 Patch 6.3.061
14321 Problem: When editing a utf-8 file in an utf-8 xterm and there is a 14321 Problem: When editing a utf-8 file in an utf-8 xterm and there is a
14322 multi-byte character in the last column, displaying is messed up. 14322 multi-byte character in the last column, displaying is messed up.
14323 (Joël Rio) 14323 (Joël Rio)
14324 Solution: Check for a multi-byte character, not a multi-column character. 14324 Solution: Check for a multi-byte character, not a multi-column character.
14325 Files: src/screen.c 14325 Files: src/screen.c
14326 14326
14327 Patch 6.3.062 14327 Patch 6.3.062
14328 Problem: ":normal! gQ" hangs. 14328 Problem: ":normal! gQ" hangs.