summaryrefslogtreecommitdiffstats
path: root/src/mbyte.c
AgeCommit message (Expand)Author
2024-04-17patch 9.1.0344: Cursor wrong after using setcellwidth() in terminalv9.1.0344mikoto2000
2024-04-14patch 9.1.0320: Wrong cursor position after using setcellwidths()v9.1.0320zeertzjq
2024-04-10patch 9.1.0297: Patch 9.1.0296 causes too many issuesv9.1.0297Christian Brabandt
2024-04-09patch 9.1.0296: regexp: engines do not handle case-folding wellv9.1.0296Christian Brabandt
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-02-26patch 9.1.0137: <Del> in cmdline mode doesn't delete composing charsv9.1.0137zeertzjq
2024-02-12patch 9.1.0101: upper-case of German sharp s should be U+1E9Ev9.1.0101glepnir
2024-02-09patch 9.1.0089: qsort() comparison functions should be transitivev9.1.0089Christian Brabandt
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-10-11patch 9.0.2013: Unicode tables outdatedv9.0.2013Christian Brabandt
2023-09-29patch 9.0.1958: cannot complete option valuesv9.0.1958Yee Cheng Chin
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-01-20patch 9.0.1223: cannot use setcellwidths() below 0x100v9.0.1223K.Takata
2023-01-18patch 9.0.1216: Coverity warns for ignoring return valuev9.0.1216Bram Moolenaar
2023-01-17patch 9.0.1212: cannot read back what setcellwidths() has donev9.0.1212Kota Kato
2023-01-14patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan
2023-01-10patch 9.0.1171: screen is not redrawn after using setcellwidths()v9.0.1171Yasuhiro Matsumoto
2022-11-07patch 9.0.0842: Unicode range for Apple SF symbols is outdatedv9.0.0842Yee Cheng Chin
2022-10-05patch 9.0.0666: spacing-combining characters handled as composingv9.0.0666Bram Moolenaar
2022-09-25patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt
2022-09-03patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan
2022-09-01patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar
2022-08-16patch 9.0.0220: invalid memory access with for loop over NULL stringv9.0.0220Bram Moolenaar
2022-08-09patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq
2022-07-04patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar
2022-07-04patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar
2022-06-09patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar
2022-05-08patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar
2022-04-11patch 8.2.4736: build problem for Cygwin with Motifv8.2.4736Bram Moolenaar
2022-02-22patch 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"v8.2.4439Bram Moolenaar
2022-01-02patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-16patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar
2021-11-02patch 8.2.3571: some unicode control characters are considered printablev8.2.3571Bram Moolenaar
2021-10-20patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidv8.2.3545zeertzjq
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-24patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij
2021-07-10patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan
2021-07-02patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt
2021-06-27patch 8.2.3068: Unicode tables are slightly outdatedv8.2.3068Christian Brabandt
2021-06-13patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'v8.2.2993Bram Moolenaar
2021-06-04patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyv8.2.2933Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-31patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is usedv8.2.2915K.Takata
2021-05-30patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata
2021-04-07patch 8.2.2731: Mac: SF symbols are not displayed properlyv8.2.2731Bram Moolenaar
2021-03-27patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar