summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
AgeCommit message (Expand)Author
2019-08-03patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar
2019-08-03patch 8.1.1798: warning for unused variable in tiny versionv8.1.1798Bram Moolenaar
2019-08-03patch 8.1.1797: the vgetorpeek() function is too longv8.1.1797Bram Moolenaar
2019-08-02patch 8.1.1794: tests are flakyv8.1.1794Bram Moolenaar
2019-08-02patch 8.1.1792: the vgetorpeek() function is too longv8.1.1792Bram Moolenaar
2019-08-01patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar
2019-07-27patch 8.1.1759: no mode char for terminal mapping from maparg()v8.1.1759Bram Moolenaar
2019-07-05patch 8.1.1640: the CursorHold autocommand takes down a balloonv8.1.1640Bram Moolenaar
2019-06-25patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar
2019-06-01patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-22patch 8.1.1365: source command doesn't check for the sandboxv8.1.1365Bram Moolenaar
2019-05-19patch 8.1.1358: cannot enter character with a CSI bytev8.1.1358Bram Moolenaar
2019-05-04patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workv8.1.1269Bram Moolenaar
2019-05-03patch 8.1.1251: no test for completion of mapping keysv8.1.1251Bram Moolenaar
2019-04-29patch 8.1.1239: key with byte sequence containing CSI does not workv8.1.1239Bram Moolenaar
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-04-24patch 8.1.1201: output of :command is hard to readv8.1.1201Bram Moolenaar
2019-04-18patch 8.1.1185: mapping for CTRL-X is inconsistentv8.1.1185Bram Moolenaar
2019-04-04patch 8.1.1118: a couple of conditions are hard to understandv8.1.1118Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-10patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar
2019-03-09patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
2019-01-25patch 8.1.0822: peeking and flushing output slows down executionv8.1.0822Bram Moolenaar
2019-01-24patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-10-07patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-30patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-07-27patch 8.1.0216: part of file not indented properlyv8.1.0216Bram Moolenaar
2018-07-03patch 8.1.0140: recording into a register has focus eventsv8.1.0140Bram Moolenaar
2018-06-12patch 8.1.0052: when mapping to <Nop> times out the next mapping is skippedv8.1.0052Bram Moolenaar
2018-05-23patch 8.1.0022: repeating put from expression register failsv8.1.0022Bram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar
2018-05-15patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845Bram Moolenaar
2018-05-12patch 8.0.1825: might use NULL pointer when out of memoryv8.0.1825Bram Moolenaar
2018-05-01patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar
2018-04-18patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar
2018-04-16patch 8.0.1723: using one item array size declaration is misleadingv8.0.1723Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-27patch 8.0.1546: using feedkeys() in a terminal may trigger mappingsv8.0.1546Bram Moolenaar
2018-02-09patch 8.0.1479: insert mode completion state is confusingv8.0.1479Bram Moolenaar