|
1 | | -*gui_w32.txt* For Vim version 9.1. Last change: 2025 Oct 07 |
| 1 | +*gui_w32.txt* For Vim version 9.1. Last change: 2025 Oct 11 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -235,7 +235,7 @@ The "* register reflects the contents of the clipboard. |quotestar| |
235 | 235 |
|
236 | 236 | When the "unnamed" string is included in the 'clipboard' option, the unnamed |
237 | 237 | register is the same. Thus you can yank to and paste from the clipboard |
238 | | -without prepending "* to commands. If this doesn't work use the "unnamedplus" |
| 238 | +without prepending "* to commands. If this doesn't work use the "unnamedplus" |
239 | 239 | string in the 'clipboard' option. |
240 | 240 |
|
241 | 241 | The 'a' flag in 'guioptions' is not included by default. This means that text |
@@ -458,17 +458,17 @@ Keycode translation strategy *w32-experimental-keycode-trans-strategy* |
458 | 458 |
|
459 | 459 | In Patch v8.2.4807 W32 GVIM was changed over to experimental keycode |
460 | 460 | translation method with the aim to be able to use more keyboard shortcuts and |
461 | | -especially supporting non-standard keyboard layouts. In order to implement |
| 461 | +especially supporting non-standard keyboard layouts. In order to implement |
462 | 462 | this support Win API TranslateMessage() call was dropped, and instead the |
463 | | -recognition of keycode was changed over to ToUnicode() Win API call. This |
| 463 | +recognition of keycode was changed over to ToUnicode() Win API call. This |
464 | 464 | approach uncovered numerous corner cases, which are apparently covered by |
465 | 465 | TranslateMessage() implementation, each of it is necessary to be dealt with on |
466 | | -an individual basis. Therefore the decision was taken to declare this |
| 466 | +an individual basis. Therefore the decision was taken to declare this |
467 | 467 | functionality experimental for the time being and to recover "classic" keycode |
468 | 468 | translation method as default again. |
469 | 469 |
|
470 | 470 | Discussion about use of "experimental" keycode translation method will |
471 | | -probably last some time yet. In the meantime, if you are impacted by this |
| 471 | +probably last some time yet. In the meantime, if you are impacted by this |
472 | 472 | change over back to "classic" keycode translation method in W32 GVIM, you can |
473 | 473 | enable "experimental" translation method again in your vimrc using following |
474 | 474 | snippet: |
@@ -503,5 +503,5 @@ To use the system's default title bar colors, set highlighting groups to |
503 | 503 |
|
504 | 504 | hi TitleBar guibg=NONE guifg=NONE |
505 | 505 | hi TitleBarNC guibg=NONE guifg=NONE |
506 | | -
|
| 506 | +< |
507 | 507 | vim:tw=78:sw=4:ts=8:noet:ft=help:norl: |
0 commit comments