summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
2020-02-26patch 8.2.0319: file missing in distribution, comments outdatedv8.2.0319Bram Moolenaar
2020-02-26Update runtime files.Bram Moolenaar
2020-02-25patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar
2020-02-25patch 8.2.0317: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG buildv8.2.0317Bram Moolenaar
2020-02-25patch 8.2.0316: ex_getln.c code has insufficient test coveragev8.2.0316Bram Moolenaar
2020-02-25patch 8.2.0315: build failure on HP-UX systemv8.2.0315Bram Moolenaar
2020-02-24patch 8.2.0314: short name not set for terminal bufferv8.2.0314Bram Moolenaar
2020-02-23patch 8.2.0313: Vim9: insufficient script testsv8.2.0313Bram Moolenaar
2020-02-23patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar
2020-02-23patch 8.2.0311: Vim9: insufficient script testsv8.2.0311Bram Moolenaar
2020-02-23patch 8.2.0310: autocmd test fails on a slow systemv8.2.0310Bram Moolenaar
2020-02-23patch 8.2.0309: window-local values have confusing namev8.2.0309Bram Moolenaar
2020-02-23patch 8.2.0308: 'showbreak' does not work for a very long linev8.2.0308Bram Moolenaar
2020-02-23patch 8.2.0307: Python 3 vim.eval not well testedv8.2.0307Bram Moolenaar
2020-02-23patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 scriptv8.2.0306Bram Moolenaar
2020-02-23patch 8.2.0305: relativenumber test fails on some systemsv8.2.0305Bram Moolenaar
2020-02-23patch 8.2.0304: terminal test if failing on some systemsv8.2.0304Bram Moolenaar
2020-02-22patch 8.2.0303: TermChanged test fails in the GUIv8.2.0303Bram Moolenaar
2020-02-22patch 8.2.0302: setting 'term' may cause error in TermChanged autocommandv8.2.0302Bram Moolenaar
2020-02-22patch 8.2.0301: insufficient testing for exception handlingv8.2.0301Bram Moolenaar
2020-02-22patch 8.2.0300: Vim9: expression test fails without channel supportv8.2.0300Bram Moolenaar
2020-02-22patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar
2020-02-22patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar
2020-02-22patch 8.2.0297: compiler warnings for the Ruby interfacev8.2.0297Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2020-02-21patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar
2020-02-21patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar
2020-02-20patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not testedv8.2.0292Bram Moolenaar
2020-02-20patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar
2020-02-20patch 8.2.0290: running individual test differs from all testsv8.2.0290Bram Moolenaar
2020-02-20patch 8.2.0289: Vim9: :echo did not clear the rest of the linev8.2.0289Bram Moolenaar
2020-02-20patch 8.2.0288: Vim9: some float and blob operators not testedv8.2.0288Bram Moolenaar
2020-02-20patch 8.2.0287: Vim9: return in try block not tested; catch not testedv8.2.0287Bram Moolenaar
2020-02-20patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar
2020-02-19patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar
2020-02-19patch 8.2.0284: Vim9: assignment test failsv8.2.0284Bram Moolenaar
2020-02-19patch 8.2.0283: Vim9: failing to load script var not testedv8.2.0283Bram Moolenaar
2020-02-19patch 8.2.0282: Vim9: setting number option not testedv8.2.0282Bram Moolenaar
2020-02-19patch 8.2.0281: two placed signs in the same line are not combinedv8.2.0281Bram Moolenaar
2020-02-19patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280Bram Moolenaar
2020-02-19patch 8.2.0279: Vim9: no test for deleted :def functionv8.2.0279Bram Moolenaar
2020-02-19patch 8.2.0278: channel test is flaky on Macv8.2.0278Bram Moolenaar
2020-02-19patch 8.2.0277: Vim9: not all instructions covered by testsv8.2.0277Bram Moolenaar
2020-02-19patch 8.2.0276: Vim9: not allowing space before ")" in function callv8.2.0276Bram Moolenaar
2020-02-18patch 8.2.0275: some Ex code not covered by testsv8.2.0275Bram Moolenaar
2020-02-18patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar
2020-02-17patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273Bram Moolenaar
2020-02-17patch 8.2.0272: ":helptags ALL" gives error for some directoriesv8.2.0272Bram Moolenaar