mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0056
This commit is contained in:
@@ -2564,9 +2564,11 @@ Messaging_WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
switch (data->dwData)
|
||||
{
|
||||
case COPYDATA_ENCODING:
|
||||
# ifdef FEAT_MBYTE
|
||||
/* Remember the encoding that the client uses. */
|
||||
vim_free(client_enc);
|
||||
client_enc = enc_canonize((char_u *)data->lpData);
|
||||
# endif
|
||||
return 1;
|
||||
|
||||
case COPYDATA_KEYS:
|
||||
|
Reference in New Issue
Block a user