summaryrefslogtreecommitdiffstats
path: root/src/proto/mbyte.pro
AgeCommit message (Collapse)Author
2017-01-28patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar
Problem: Characters below 256 that are not one byte are not always recognized as word characters. Solution: Make vim_iswordc() and vim_iswordp() work the same way. Add a test for this. (Ozaki Kiichi)
2016-08-28patch 7.4.2285v7.4.2285Bram Moolenaar
Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
2016-04-02patch 7.4.1697v7.4.1697Bram Moolenaar
Problem: Display problems when the 'ambiwidth' and 'emoji' options are not set properly or the terminal doesn't behave as expected. Solution: After drawing an ambiguous width character always position the cursor.
2016-01-19patch 7.4.1133v7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2013-01-30updated for version 7.3.789v7.3.789Bram Moolenaar
Problem: "\k" in regexp does not work in other window. Solution: Use the right buffer. (Yukihiro Nakadaira)
2011-08-10updated for version 7.3.273v7.3.273Bram Moolenaar
Problem: A BOM in an error file is seen as text. (Aleksey Baibarin) Solution: Remove the BOM from the text before evaluating. (idea by Christian Brabandt)
2011-07-07updated for version 7.3.239v7.3.239Bram Moolenaar
Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win().
2010-07-18Added strwidth() and strchars() functions.Bram Moolenaar
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2009-06-16updated for version 7.2-200v7.2.200Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2007-08-30updated for version 7.1-093v7.1.093Bram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-03-24updated for version 7.0bv7.0bBram Moolenaar
2006-03-17updated for version 7.0227Bram Moolenaar
2006-03-06updated for version 7.0216v7.0216Bram Moolenaar
2005-08-29updated for version 7.0138v7.0138Bram Moolenaar
2005-08-10updated for version 7.0127v7.0127Bram Moolenaar
2005-06-05updated for version 7.0080Bram Moolenaar
2005-01-14updated for version 7.0038Bram Moolenaar
2004-10-07updated for version 7.0017v7.0017Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar