Mercurial > vim
annotate runtime/doc/hangulin.txt @ 20534:ae758aa4ee5e v8.2.0821
patch 8.2.0821: Vim9: memory leak in expr test
Commit: https://github.com/vim/vim/commit/45a1508a229b1d1d2eb79cabe55a183dc18fd040
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon May 25 00:28:33 2020 +0200
patch 8.2.0821: Vim9: memory leak in expr test
Problem: Vim9: memory leak in expr test.
Solution: Do not decrement the length of the list of functions if the
current function is not at the end.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 25 May 2020 00:30:03 +0200 |
parents | af69c9335223 |
children | 59efd230b373 |
rev | line source |
---|---|
18879 | 1 *hangulin.txt* For Vim version 8.2. Last change: 2019 Nov 21 |
7 | 2 |
3 | |
4 VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam | |
5 | |
18671
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
6 *hangul* |
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
7 Vim had built-in support for hangul, the Korean language, for users without |
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
8 XIM (X Input Method). Since it didn't work well and was not maintained it was |
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
9 removed in Vim 8.1.2327. |
7 | 10 |
18671
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
11 If you want this hangul input mehod you can go back to Vim 8.1.2326 or |
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
12 earlier. If you think this code is still useful and want to maintain it, make |
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
13 a patch to add it back. However, making it work with UTF-8 encoding would be |
df141c730008
patch 8.1.2327: cannot build with Hangul input
Bram Moolenaar <Bram@vim.org>
parents:
14421
diff
changeset
|
14 best. |
7 | 15 |
16 | |
14421 | 17 vim:tw=78:ts=8:noet:ft=help:norl: |