summaryrefslogtreecommitdiffstats
path: root/src/charset.c
AgeCommit message (Collapse)Author
2016-02-27patch 7.4.1433v7.4.1433Bram Moolenaar
Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
2016-01-31patch 7.4.1222v7.4.1222Bram Moolenaar
Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA.
2016-01-30patch 7.4.1205v7.4.1205Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1196v7.4.1196Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-20patch 7.4.1147v7.4.1147Bram Moolenaar
Problem: Conflict for "chartab". (Kazunobu Kuriyama) Solution: Rename the global one to something less obvious. Move it into src/chartab.c.
2016-01-02patch 7.4.1027v7.4.1027Bram Moolenaar
Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
2015-09-01patch 7.4.848v7.4.848Bram Moolenaar
Problem: CTRL-A on hex number in Visual block mode is incorrect. Solution: Account for the "0x". (Hirohito Higashi)
2015-07-17patch 7.4.782v7.4.782Bram Moolenaar
Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode. Solution: Fix the reported problems. (Christian Brabandt)
2015-01-14updated for version 7.4.579v7.4.579Bram Moolenaar
Problem: Wrong cursor positioning when 'linebreak' is set and lines wrap. Solution: (Christian Brabandt)
2014-10-31updated for version 7.4.489v7.4.489Bram Moolenaar
Problem: Cursor movement still wrong when 'lbr' is set and there is a number column. (Hirohito Higashi) Solution: Add correction for number column. (Hiroyuki Takagi)
2014-10-15updated for version 7.4.478v7.4.478Bram Moolenaar
Problem: Using byte length instead of character length for 'showbreak'. Solution: Compute the character length. (Marco Hinz)
2014-10-10updated for version 7.4.473v7.4.473Bram Moolenaar
Problem: Cursor movement is incorrect when there is a number column/sign/fold column and 'sbr' is displayed. Solution: Adjust the column for 'sbr'. (Christian Brabandt)
2014-08-24updated for version 7.4.416v7.4.416Bram Moolenaar
Problem: Problem with breakindent/showbreak and tabs. Solution: Handle tabs differently. (Christian Brabandt)
2014-07-16updated for version 7.4.373v7.4.373Bram Moolenaar
Problem: Compiler warning for unused argument and unused variable. Solution: Add UNUSED. Move variable inside #ifdef.
2014-07-02updated for version 7.4.353v7.4.353Bram Moolenaar
Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt)
2014-07-02updated for version 7.4.352v7.4.352Bram Moolenaar
Problem: With 'linebreak' a tab causes a missing line break. Solution: Count a tab for what it's worth also for shorter lines. (Christian Brabandt)
2014-06-25updated for version 7.4.338v7.4.338Bram Moolenaar
Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt)
2014-03-23updated for version 7.4.212v7.4.212Bram Moolenaar
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
2013-02-06updated for version 7.3.802v7.3.802Bram Moolenaar
Problem: After setting 'isk' to a value ending in a comma appending to the option fails. Solution: Disallow a trailing comma for 'isk' and similar options.
2013-01-30updated for version 7.3.794v7.3.794Bram Moolenaar
Problem: Tiny build fails. (Tony Mechelynck) Solution: Adjust #ifdefs.
2013-01-23updated for version 7.3.776v7.3.776Bram Moolenaar
Problem: ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens)
2012-05-25updated for version 7.3.527v7.3.527Bram Moolenaar
Problem: Clang complains about non-ASCII characters in a string. Solution: Change to \x88 form. (Dominique Pelle)
2012-01-26updated for version 7.3.414v7.3.414Bram Moolenaar
Problem: Using CTRL-A on "000" drops the leading zero, while on "001" it doesn't. Solution: Detect "000" as an octal number. (James McCoy)
2012-01-10updated for version 7.3.400v7.3.400Bram Moolenaar
Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
2010-08-12Include wchar.h in charset.c for towupper().Bram Moolenaar
2010-07-18Added strdisplaywidth() function.Bram Moolenaar
2010-03-10updated for version 7.2.391v7.2.391Bram Moolenaar
Problem: Internal alloc(0) error when doing "CTRL-V $ c". (Martti Kuparinen) Solution: Fix computations in getvcol(). (partly by Lech Lorens)
2009-11-03updated for version 7.2-276v7.2.276Bram Moolenaar
2009-10-07updated for version 7.2-267v7.2.267Bram Moolenaar
2009-09-11updated for version 7.2-252v7.2.252Bram Moolenaar
2009-05-14updated for version 7.2-173v7.2.173Bram Moolenaar
2009-05-13updated for version 7.2-167fixv7.2.167Bram Moolenaar
2009-05-13updated for version 7.2-168Bram Moolenaar
2008-07-24updated for version 7.2b-020v7.2b.020Bram Moolenaar
2008-06-28updated for version 7.2a-006v7.2a.006Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-02-20updated for version 7.1-260v7.1.260Bram Moolenaar
2007-08-21updated for version 7.1-084v7.1.084Bram Moolenaar
2007-08-15updated for version 7.1-079v7.1.079Bram Moolenaar
2007-08-06updated for version 7.1-055v7.1.055Bram Moolenaar
2007-03-27updated for version 7.0-223v7.0.223Bram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2006-03-18updated for version 7.0228Bram Moolenaar
2006-03-12updated for version 7.0222Bram Moolenaar
2005-11-23updated for version 7.0158v7.0158Bram Moolenaar
2005-08-24updated for version 7.0136v7.0136Bram Moolenaar
2005-08-23updated for version 7.0135Bram Moolenaar
2005-08-10updated for version 7.0127v7.0127Bram Moolenaar
2005-06-06updated for version 7.0081v7.0081Bram Moolenaar
2005-06-04updated for version 7.0079v7.0079Bram Moolenaar