summaryrefslogtreecommitdiffstats
path: root/src/ops.c
AgeCommit message (Expand)Author
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
2017-12-16patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar
2017-12-05patch 8.0.1374: CTRL-A does not work with an empty linev8.0.1374Bram Moolenaar
2017-10-15patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is setv8.0.1199Bram Moolenaar
2017-09-03patch 8.0.1044: warning for uninitialized variablev8.0.1044Bram Moolenaar
2017-09-02patch 8.0.1043: warning for uninitialized variablev8.0.1043Bram Moolenaar
2017-09-02patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar
2017-08-06patch 8.0.0879: crash when shifting with huge numberv8.0.0879Bram Moolenaar
2017-07-16patch 8.0.0727: message about what register to yank into is not translatedv8.0.0727Bram Moolenaar
2017-07-16patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar
2017-06-27patch 8.0.0681: unnamed register only contains the last deleted textv8.0.0681Bram Moolenaar
2017-03-29patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar
2017-03-12patch 8.0.0453: adding fold marker creates new commentv8.0.0453Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar
2017-03-05patch 8.0.0421: diff mode wrong when adding line at end of bufferv8.0.0421Bram Moolenaar
2017-02-04patch 8.0.0303: bracketed paste does not work in Visual modev8.0.0303Bram Moolenaar
2017-02-01patch 8.0.0291: Visual block insertion does not insert in all linesv8.0.0291Bram Moolenaar
2017-02-01patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert modev8.0.0282Bram Moolenaar
2017-01-24patch 8.0.0236: gcc complains about uninitialized variablev8.0.0236Bram Moolenaar
2017-01-24patch 8.0.0234: crash when using put in Visual modev8.0.0234Bram Moolenaar
2017-01-23patch 8.0.0225: put in Visual block mode terminates earlyv8.0.0225Bram Moolenaar
2017-01-22patch 8.0.0222: blockwise put on multi-byte character misplacedv8.0.0222Bram Moolenaar
2017-01-02patch 8.0.0140v8.0.0140Bram Moolenaar
2017-01-02patch 8.0.0136v8.0.0136Bram Moolenaar
2016-09-04patch 7.4.2323v7.4.2323Bram Moolenaar
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
2016-08-10patch 7.4.2192v7.4.2192Bram Moolenaar
2016-07-01patch 7.4.1976v7.4.1976Bram Moolenaar