summaryrefslogtreecommitdiff
path: root/src/hangulin.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0074v8.0.0074Bram Moolenaar2016-11-101-1/+1
| | | | | | Problem: Cannot make Vim fail on an internal error. Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an internal error without mentioning where.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1208v7.4.1208Bram Moolenaar2016-01-301-54/+30
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1198v7.4.1198Bram Moolenaar2016-01-291-4/+4
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
* patch 7.4.917v7.4.917Bram Moolenaar2015-11-101-1/+1
| | | | | Problem: Compiler warning for comparing signed and unsigned. Solution: Add a type cast.
* patch 7.4.913v7.4.913Bram Moolenaar2015-11-101-0/+46
| | | | | Problem: No utf-8 support for the hangul input feature. Solution: Add utf-8 support. (Namsh)
* patch 7.4.793v7.4.793Bram Moolenaar2015-07-211-1/+1
| | | | | Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+1621