summaryrefslogtreecommitdiffstats
path: root/src/ops.c
AgeCommit message (Expand)Author
2019-06-25patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar
2019-06-14patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram 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-19patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar
2019-05-19patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar
2019-05-19patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar
2019-05-17patch 8.1.1343: text properties not adjusted for Visual block mode deletev8.1.1343Bram Moolenaar
2019-05-17patch 8.1.1342: using freed memory when joining line with text propertyv8.1.1342Bram Moolenaar
2019-05-17patch 8.1.1341: text properties are lost when joining linesv8.1.1341Bram Moolenaar
2019-04-27patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-09patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar
2019-03-08patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-02-15patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram 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-17patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-11patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722Bram Moolenaar
2019-01-11patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar
2018-12-31patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar
2018-11-22patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar
2018-11-16patch 8.1.0535: increment/decrement might get interrupted by updating foldsv8.1.0535Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-08-21patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar
2018-07-29patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar
2018-07-08patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar
2018-06-28patch 8.1.0125: virtual edit replace with multi-byte fails at end of linev8.1.0125Bram Moolenaar
2018-06-27patch 8.1.0118: duplicate error message for put commandv8.1.0118Bram Moolenaar
2018-06-23patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar
2018-05-01patch 8.0.1787: cannot insert the whole cursor linev8.0.1787Bram Moolenaar
2018-04-30patch 8.0.1779: deleting in a block selection causes problemsv8.0.1779Bram Moolenaar
2018-04-10patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar
2018-04-08patch 8.0.1679: compiler warning for printf formatv8.0.1679Bram Moolenaar
2018-04-08patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar
2018-03-06patch 8.0.1587: inserting from the clipboard doesn't work literallyv8.0.1587Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-11patch 8.0.1501: out-of-memory situation not correctly handledv8.0.1501Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-02-06patch 8.0.1475: invalid memory access in read_redo()v8.0.1475Bram Moolenaar
2017-12-19patch 8.0.1411: reading invalid memory with CTRL-W :v8.0.1411Bram Moolenaar
2017-12-17patch 8.0.1399: warnings and errors when building tiny versionv8.0.1399Bram Moolenaar