summaryrefslogtreecommitdiff
path: root/src/proto/charset.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-1/+0
| | | | | Problem: Cannot put virtual text above a line. Solution: Add the "above" value for "text_align".
* patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty linev9.0.0179Bram Moolenaar2022-08-091-0/+1
| | | | | Problem: Cursor position wrong with wrapping virtual text in empty line. Solution: Adjust handling of an empty line. (closes #10875)
* patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar2022-08-041-0/+1
| | | | | | | Problem: Truncating virtual text after a line not implemented. Cursor positioning wrong with Newline in the text. Solution: Implement truncating. Disallow control characters in the text. (closes #10842)
* patch 9.0.0138: not enough characters accepted for 'spellfile'v9.0.0138Bram Moolenaar2022-08-041-0/+1
| | | | | Problem: Not enough characters accepted for 'spellfile'. Solution: Add vim_is_fname_char() and use it for 'spellfile'.
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-4/+6
| | | | | Problem: Cannot show virtual text. Solution: Initial changes for virtual text support, using text properties.
* patch 8.2.4418: crash when using special multi-byte characterv8.2.4418Bram Moolenaar2022-02-191-1/+1
| | | | | Problem: Crash when using special multi-byte character. Solution: Don't use isalpha() for an arbitrary character.
* patch 8.2.3815: Vim9: cannot have a multi-line dict inside a blockv8.2.3815Bram Moolenaar2021-12-151-0/+1
| | | | | | Problem: Vim9: cannot have a multi-line dict inside a block. Solution: Do not split the command at a line break, handle NL characters as white space.
* patch 8.2.3694: cannot use quotes in the count of an Ex commandv8.2.3694Bram Moolenaar2021-11-291-0/+1
| | | | | | Problem: Cannot use quotes in the count of an Ex command. Solution: Add getdigits_quoted(). Give an error when misplacing a quote in a range. (closes #9240)
* patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar2021-04-061-0/+1
| | | | | | Problem: Special key names don't work if 'isident' is cleared. Solution: Add vim_isNormalIDc() and use it for special key names. (closes #2389)
* patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar2020-06-101-1/+2
| | | | | Problem: Displaying ^M or ^J depends on current buffer. Solution: Pass the displayed buffer to transchar(). (closes #6225)
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+0
| | | | | Problem: Functions used in one file are global. Solution: Add "static". (Yegappan Lakshmanan, closes #4840)
* patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar2019-05-191-1/+1
| | | | | | Problem: Obvious mistakes are accepted as valid expressions. Solution: Be more strict about parsing numbers. (Yasuhiro Matsumoto, closes #3981)
* patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar2017-09-021-0/+2
| | | | | | Problem: Bogus characters appear when indenting kicks in while doing a visual-block append. Solution: Recompute when indenting is done. (Christian Brabandt)
* patch 7.4.1976v7.4.1976Bram Moolenaar2016-07-011-1/+1
| | | | | Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata)
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-60/+60
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* patch 7.4.1027v7.4.1027Bram Moolenaar2016-01-021-1/+4
| | | | | Problem: No support for binary numbers. Solution: Add "bin" to nrformats. (Jason Schulz)
* patch 7.4.782v7.4.782Bram Moolenaar2015-07-171-1/+1
| | | | | Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode. Solution: Fix the reported problems. (Christian Brabandt)
* updated for version 7.4.338v7.4.338Bram Moolenaar2014-06-251-4/+4
| | | | | | Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt)
* updated for version 7.3.776v7.3.776Bram Moolenaar2013-01-231-1/+2
| | | | | Problem: ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens)
* Added strdisplaywidth() function.Bram Moolenaar2010-07-181-0/+1
|
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-061-5/+5
|
* updated for version 7.1-084v7.1.084Bram Moolenaar2007-08-211-0/+1
|
* updated for version 7.1aBram Moolenaar2007-05-051-54/+54
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-54/+54
|
* updated for version 7.0f02v7.0f02Bram Moolenaar2006-04-271-54/+54
|
* updated for version 7.0bBram Moolenaar2006-03-241-54/+54
|
* updated for version 7.0135Bram Moolenaar2005-08-231-0/+4
|
* updated for version 7.0081Bram Moolenaar2005-06-061-7/+0
|
* updated for version 7.0079Bram Moolenaar2005-06-041-0/+1
|
* updated for version 7.0077Bram Moolenaar2005-05-311-0/+2
|
* updated for version 7.0070Bram Moolenaar2005-04-231-0/+5
|
* updated for version 7.0063Bram Moolenaar2005-03-221-0/+2
|
* updated for version 7.0044Bram Moolenaar2005-01-251-1/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+49