summaryrefslogtreecommitdiffstats
path: root/src/globals.h
AgeCommit message (Expand)Author
2019-04-20patch 8.1.1192: mode is not cleared when leaving Insert mode with mapped Escv8.1.1192Bram Moolenaar
2019-04-07patch 8.1.1133: compiler warning for uninitialized struct memberv8.1.1133Bram Moolenaar
2019-04-04patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar
2019-04-02patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar
2019-03-30patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar
2019-03-22patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram 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-02-03patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-26patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar
2019-01-24patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar
2019-01-22patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-17patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar
2019-01-16patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-12patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar
2019-01-06patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar
2019-01-02patch 8.1.0682: text properties not adjusted when backspacing replaced textv8.1.0682Bram Moolenaar
2018-12-28patch 8.1.0649: setjmp() variables defined globally are used in one filev8.1.0649Bram Moolenaar
2018-12-27patch 8.1.0648: custom operators can't act upon a forced motionv8.1.0648Bram Moolenaar
2018-12-27patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar
2018-12-22patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar
2018-12-21patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar
2018-11-10patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-09-06patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar
2018-08-21patch 8.1.0312: wrong type for flags used in signal handlersv8.1.0312Bram Moolenaar
2018-08-14patch 8.1.0281: parsing command modifiers is not separatedv8.1.0281Bram Moolenaar
2018-08-11patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar
2018-07-29patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar
2018-06-23patch 8.1.0103: long version string cannot be translatedv8.1.0103Bram Moolenaar
2018-06-23patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar
2018-06-19patch 8.1.0082: in terminal window, typing : at more prompt, inserts ':'v8.1.0082Bram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-13patch 8.0.1516: errors for job options are not very specificv8.0.1516Bram Moolenaar
2018-02-13patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar
2018-02-10patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar
2018-02-09patch 8.0.1485: weird autocmd may cause arglist to be changed recursivelyv8.0.1485Bram Moolenaar
2018-02-09patch 8.0.1479: insert mode completion state is confusingv8.0.1479Bram Moolenaar
2017-11-25patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-11-16patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar