summaryrefslogtreecommitdiff
path: root/src/getchar.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.385v7.3.385Bram Moolenaar2011-12-231-0/+6
| | | | | | | Problem: When using an expression mapping on the command line the cursor ends up in the wrong place. (Yasuhiro Matsumoto) Solution: Save and restore msg_col and msg_row when evaluating the expression.
* updated for version 7.3.338v7.3.338Bram Moolenaar2011-10-121-16/+7
| | | | | Problem: Using getchar() in an expression mapping doesn't work well. Solution: Don't save and restore the typeahead. (James Vega)
* updated for version 7.3.284v7.3.284Bram Moolenaar2011-08-171-1/+11
| | | | | | Problem: The str2special() function doesn't handle multi-byte characters properly. Solution: Recognize multi-byte characters. (partly by Vladimir Vichniakov)
* updated for version 7.3.283v7.3.283Bram Moolenaar2011-08-171-3/+17
| | | | | | Problem: An expression mapping with a multi-byte character containing a 0x80 byte gets messed up. (ZyX) Solution: Unescape the expression before evaluating it (Yukihiro Nakadaira)
* updated for version 7.3.168v7.3.168Bram Moolenaar2011-04-281-2/+10
| | | | | | Problem: When the second argument of input() contains a CR the text up to that is used without asking the user. (Yasuhiro Matsumoto) Solution: Change CR, NL and ESC in the text to a space.
* updated for version 7.3.139v7.3.139Bram Moolenaar2011-03-221-1/+2
| | | | | Problem: When 'lazyredraw' is set ":ver" output can't be read. Solution: Don't redraw the screen when at a prompt or command line.
* updated for version 7.3.137v7.3.137Bram Moolenaar2011-03-031-2/+4
| | | | | | Problem: When 'lazyredraw' is set the screen may not be updated. (Ivan Krasilnikov) Solution: Call update_screen() before waiting for input.
* updated for version 7.3.091v7.3.091Bram Moolenaar2010-12-301-15/+14
| | | | | | Problem: "vim -w foo" writes special key codes for removed escape sequences. (Josh Triplett) Solution: Don't write K_IGNORE codes.
* updated for version 7.3.045v7.3.045Bram Moolenaar2010-10-271-1/+1
| | | | | Problem: Compiler warning for uninitialized variable. Solution: Initialize the variable always.
* updated for version 7.3.037v7.3.037Bram Moolenaar2010-10-271-1/+1
| | | | | Problem: Compiler warnings for loss of data. (Mike Williams) Solution: Add type casts.
* updated for version 7.3.033v7.3.033Bram Moolenaar2010-10-221-0/+4
| | | | | Problem: Can't build without FEAT_LOCALMAP. Solution: Add an #ifdef. (John Marriott)
* updated for version 7.3.032v7.3.032Bram Moolenaar2010-10-201-50/+76
| | | | | | Problem: maparg() doesn't return the flags, such as <buffer>, <script>, <silent>. These are needed to save and restore a mapping. Solution: Improve maparg(). (also by Christian Brabandt)
* Remove unused code.Bram Moolenaar2010-08-081-15/+2
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+1
| | | | Cleanup white space.
* Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar2010-06-261-1/+1
|
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-2/+1
|
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-1/+2
|
* updated for version 7.2.351v7.2.351Bram Moolenaar2010-01-281-9/+16
| | | | | Problem: Can't build with some compilers. Solution: Move the #ifdef outside of a macro. Cleanup the code.
* updated for version 7.2.347v7.2.347Bram Moolenaar2010-01-271-6/+37
| | | | | Problem: Crash when executing <expr> mapping redefines that same mapping. Solution: Save the values used before evaluating the expression.
* updated for version 7.2-289v7.2.289Bram Moolenaar2009-11-111-5/+5
|
* updated for version 7.2-266v7.2.266Bram Moolenaar2009-09-301-5/+7
|
* updated for version 7.2-230v7.2.230Bram Moolenaar2009-07-141-7/+5
|
* updated for version 7.2-225v7.2.225Bram Moolenaar2009-07-091-3/+10
|
* updated for version 7.2-123v7.2.123Bram Moolenaar2009-02-221-0/+4
|
* updated for version 7.2-055v7.2.055Bram Moolenaar2008-11-281-2/+2
|
* updated for version 7.2b-010v7.2b.010Bram Moolenaar2008-07-221-12/+42
|
* updated for version 7.2aBram Moolenaar2008-06-241-3/+19
|
* updated for version 7.1-177v7.1.177Bram Moolenaar2008-01-011-6/+21
|
* updated for version 7.1-170v7.1.170Bram Moolenaar2007-12-071-2/+3
|
* updated for version 7.1-104v7.1.104Bram Moolenaar2007-09-131-3/+20
|
* updated for version 7.1-095v7.1.095Bram Moolenaar2007-09-051-1/+8
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.1aBram Moolenaar2007-05-061-5/+9
|
* updated for version 7.0-229v7.0.229Bram Moolenaar2007-04-261-1/+1
|
* updated for version 7.0-207v7.0.207Bram Moolenaar2007-03-041-0/+29
|
* updated for version 7.0-205v7.0.205Bram Moolenaar2007-02-271-2/+0
|
* updated for version 7.0-177v7.0.177Bram Moolenaar2006-12-051-6/+8
|
* updated for version 7.0-114v7.0.114Bram Moolenaar2006-10-031-4/+7
|
* updated for version 7.0-084v7.0.084Bram Moolenaar2006-09-051-7/+27
|
* updated for version 7.0g02Bram Moolenaar2006-05-031-3/+14
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-0/+15
|
* updated for version 7.0f05Bram Moolenaar2006-04-291-0/+32
|
* updated for version 7.0f04Bram Moolenaar2006-04-281-1/+7
|
* updated for version 7.0f02v7.0f02Bram Moolenaar2006-04-271-4/+19
|
* updated for version 7.0fv7.0fBram Moolenaar2006-04-241-3/+3
|
* updated for version 7.0e07v7.0e07Bram Moolenaar2006-04-231-11/+12
|
* updated for version 7.0e06v7.0e06Bram Moolenaar2006-04-221-7/+12
|
* updated for version 7.0e03v7.0e03Bram Moolenaar2006-04-191-9/+27
|
* updated for version 7.0e02v7.0e02Bram Moolenaar2006-04-181-2/+35
|
* updated for version 7.0e01v7.0e01Bram Moolenaar2006-04-171-1/+1
|