summaryrefslogtreecommitdiff
path: root/src/mbyte.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan2022-09-031-1/+0
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-6/+1
* patch 9.0.0220: invalid memory access with for loop over NULL stringv9.0.0220Bram Moolenaar2022-08-161-8/+13
* patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq2022-08-091-25/+3
* patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar2022-07-041-4/+4
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-16/+22
* patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar2022-06-091-6/+11
* patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar2022-05-081-1/+1
* patch 8.2.4736: build problem for Cygwin with Motifv8.2.4736Bram Moolenaar2022-04-111-0/+5
* patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"v8.2.4439Bram Moolenaar2022-02-221-1/+2
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar2021-12-161-0/+6
* patch 8.2.3571: some unicode control characters are considered printablev8.2.3571Bram Moolenaar2021-11-021-1/+1
* patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidv8.2.3545zeertzjq2021-10-201-1/+35
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+9
* patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij2021-07-241-1/+2
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+31
* patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt2021-07-021-1/+2
* patch 8.2.3068: Unicode tables are slightly outdatedv8.2.3068Christian Brabandt2021-06-271-30/+55
* patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'v8.2.2993Bram Moolenaar2021-06-131-2/+1
* patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyv8.2.2933Bram Moolenaar2021-06-041-2/+0
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-3/+3
* patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is usedv8.2.2915K.Takata2021-05-311-0/+5
* patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata2021-05-301-1/+1
* patch 8.2.2731: Mac: SF symbols are not displayed properlyv8.2.2731Bram Moolenaar2021-04-071-0/+9
* patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar2021-03-271-1/+1
* patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar2021-03-221-1/+1
* patch 8.2.2326: build error with +eval feature but without +spellv8.2.2326Bram Moolenaar2021-01-101-1/+1
* patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar2020-12-091-6/+1
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-301-2/+2
* patch 8.2.1537: memory acccess error when using setcellwidths()v8.2.1537Bram Moolenaar2020-08-281-8/+9
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-281-8/+43
* patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar2020-08-281-3/+186
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-041-0/+152
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-011-1764/+0
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-1/+1
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-3/+3
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-516/+514
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-291-3/+12
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-9/+0
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-1/+2
* patch 8.1.2003: MS-Windows: code page 65001 is not recognizedv8.1.2003Bram Moolenaar2019-09-071-1/+3
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-071-0/+12
* patch 8.1.1655: popup window border drawn wrong with multi-byte charv8.1.1655Bram Moolenaar2019-07-081-3/+7
* patch 8.1.1647: build error with GTK and hangulinput featurev8.1.1647Bram Moolenaar2019-07-071-0/+5
* patch 8.1.1470: new Unicode character U32FF missing from double-width tablev8.1.1470Bram Moolenaar2019-06-051-2/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2