summaryrefslogtreecommitdiff
path: root/src/getchar.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-8/+1
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-3/+5
* patch 8.1.1827: allocating more memory than needed for extended structsv8.1.1827Bram Moolenaar2019-08-081-1/+1
* patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar2019-08-031-0/+3
* patch 8.1.1798: warning for unused variable in tiny versionv8.1.1798Bram Moolenaar2019-08-031-143/+109
* patch 8.1.1797: the vgetorpeek() function is too longv8.1.1797Bram Moolenaar2019-08-031-507/+553
* patch 8.1.1794: tests are flakyv8.1.1794Bram Moolenaar2019-08-021-553/+507
* patch 8.1.1792: the vgetorpeek() function is too longv8.1.1792Bram Moolenaar2019-08-021-507/+553
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-011-2234/+16
* patch 8.1.1759: no mode char for terminal mapping from maparg()v8.1.1759Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1640: the CursorHold autocommand takes down a balloonv8.1.1640Bram Moolenaar2019-07-051-1/+1
* patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar2019-06-251-1/+6
* patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar2019-06-011-0/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-3/+3
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-3/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-3/+3
* patch 8.1.1365: source command doesn't check for the sandboxv8.1.1365Bram Moolenaar2019-05-221-0/+6
* patch 8.1.1358: cannot enter character with a CSI bytev8.1.1358Bram Moolenaar2019-05-191-4/+8
* patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workv8.1.1269Bram Moolenaar2019-05-041-6/+7
* patch 8.1.1251: no test for completion of mapping keysv8.1.1251Bram Moolenaar2019-05-031-2/+2
* patch 8.1.1239: key with byte sequence containing CSI does not workv8.1.1239Bram Moolenaar2019-04-291-13/+17
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-12/+42
* patch 8.1.1201: output of :command is hard to readv8.1.1201Bram Moolenaar2019-04-241-2/+2
* patch 8.1.1185: mapping for CTRL-X is inconsistentv8.1.1185Bram Moolenaar2019-04-181-1/+1
* patch 8.1.1118: a couple of conditions are hard to understandv8.1.1118Bram Moolenaar2019-04-041-9/+18
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+1
* patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar2019-03-101-0/+11
* patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar2019-03-091-132/+133
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-3/+3
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-9/+0
* patch 8.1.0822: peeking and flushing output slows down executionv8.1.0822Bram Moolenaar2019-01-251-2/+3
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-66/+2
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-7/+7
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-11/+11
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-071-17/+20
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-9/+0
* patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar2018-09-301-9/+0
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-3/+5
* patch 8.1.0216: part of file not indented properlyv8.1.0216Bram Moolenaar2018-07-271-8/+8
* patch 8.1.0140: recording into a register has focus eventsv8.1.0140Bram Moolenaar2018-07-031-13/+29
* patch 8.1.0052: when mapping to <Nop> times out the next mapping is skippedv8.1.0052Bram Moolenaar2018-06-121-0/+5
* patch 8.1.0022: repeating put from expression register failsv8.1.0022Bram Moolenaar2018-05-231-0/+8
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-3/+3
* patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845Bram Moolenaar2018-05-151-1/+3
* patch 8.0.1825: might use NULL pointer when out of memoryv8.0.1825Bram Moolenaar2018-05-121-2/+4
* patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar2018-05-011-3/+7
* patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar2018-04-241-5/+5
* patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar2018-04-181-49/+39
* patch 8.0.1723: using one item array size declaration is misleadingv8.0.1723Bram Moolenaar2018-04-161-39/+49