summaryrefslogtreecommitdiff
path: root/src/ops.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-1/+1
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-4/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-21/+15
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-13/+13
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-28/+23
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-191-1/+1
* patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar2019-05-191-1/+1
* patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar2019-05-191-1/+1
* patch 8.1.1343: text properties not adjusted for Visual block mode deletev8.1.1343Bram Moolenaar2019-05-171-4/+8
* patch 8.1.1342: using freed memory when joining line with text propertyv8.1.1342Bram Moolenaar2019-05-171-1/+1
* patch 8.1.1341: text properties are lost when joining linesv8.1.1341Bram Moolenaar2019-05-171-9/+45
* patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar2019-04-271-11/+15
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-8/+0
* patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar2019-03-091-3/+8
* patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar2019-03-081-4/+4
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-1/+1
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-4/+0
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-94/+10
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-98/+4
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+5
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-15/+15
* patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar2019-01-171-20/+20
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-22/+20
* patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722Bram Moolenaar2019-01-111-2/+12
* patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar2019-01-111-47/+15
* patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar2018-12-311-3/+10
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-221-2/+2
* patch 8.1.0535: increment/decrement might get interrupted by updating foldsv8.1.0535Bram Moolenaar2018-11-161-0/+24
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-7/+0
* patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar2018-08-211-45/+28
* patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar2018-07-291-2/+0
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-081-13/+13
* patch 8.1.0125: virtual edit replace with multi-byte fails at end of linev8.1.0125Bram Moolenaar2018-06-281-11/+30
* patch 8.1.0118: duplicate error message for put commandv8.1.0118Bram Moolenaar2018-06-271-3/+4
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-0/+19
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-031-32/+45
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-4/+4
* patch 8.0.1787: cannot insert the whole cursor linev8.0.1787Bram Moolenaar2018-05-011-0/+8
* patch 8.0.1779: deleting in a block selection causes problemsv8.0.1779Bram Moolenaar2018-04-301-2/+10
* patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar2018-04-101-3/+7
* patch 8.0.1679: compiler warning for printf formatv8.0.1679Bram Moolenaar2018-04-081-1/+1
* patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar2018-04-081-14/+23
* patch 8.0.1587: inserting from the clipboard doesn't work literallyv8.0.1587Bram Moolenaar2018-03-061-6/+21
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-5/+3
* patch 8.0.1501: out-of-memory situation not correctly handledv8.0.1501Bram Moolenaar2018-02-111-0/+2
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-8/+4
* patch 8.0.1475: invalid memory access in read_redo()v8.0.1475Bram Moolenaar2018-02-061-5/+14
* patch 8.0.1411: reading invalid memory with CTRL-W :v8.0.1411Bram Moolenaar2017-12-191-0/+7
* patch 8.0.1399: warnings and errors when building tiny versionv8.0.1399Bram Moolenaar2017-12-171-0/+2