summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0704: building with Ruby 2.6 gives compiler warningsv8.1.0704Bram Moolenaar2019-01-082-1/+10
* patch 8.1.0703: compiler warnings with 64-bit compilerv8.1.0703Bram Moolenaar2019-01-083-6/+9
* patch 8.1.0702: ":sign place" only uses the current bufferv8.1.0702Bram Moolenaar2019-01-074-2/+19
* patch 8.1.0701: sign message not translated and inconsistent spacingv8.1.0701Bram Moolenaar2019-01-073-29/+31
* patch 8.1.0700: using "gt" sometimes does not redraw a tabv8.1.0700Bram Moolenaar2019-01-062-0/+5
* patch 8.1.0699: compiler warning for uninitialized variablev8.1.0699Bram Moolenaar2019-01-062-1/+3
* patch 8.1.0698: clearing the window is used too oftenv8.1.0698Bram Moolenaar2019-01-062-7/+8
* patch 8.1.0697: ":sign place" requires the buffer argumentv8.1.0697Bram Moolenaar2019-01-063-49/+54
* patch 8.1.0696: when test_edit fails 'insertmode' may not be resetv8.1.0696Bram Moolenaar2019-01-063-1/+18
* patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar2019-01-065-3/+28
* patch 8.1.0694: when using text props may free memory that is not allocatedv8.1.0694Bram Moolenaar2019-01-062-3/+12
* patch 8.1.0693: channel test fails sometimesv8.1.0693Bram Moolenaar2019-01-052-4/+5
* patch 8.1.0692: if a buffer was deleted a channel can't write to itv8.1.0692Bram Moolenaar2019-01-053-7/+51
* patch 8.1.0691: text properties are not adjusted for :substitutev8.1.0691Bram Moolenaar2019-01-045-18/+182
* patch 8.1.0690: setline() and setbufline() do not clear text propertiesv8.1.0690Bram Moolenaar2019-01-043-2/+35
* patch 8.1.0689: undo with text properties not testedv8.1.0689Bram Moolenaar2019-01-042-0/+55
* patch 8.1.0688: text properties are not restored by undov8.1.0688Bram Moolenaar2019-01-045-73/+137
* patch 8.1.0687: sentence text object in Visual mode is not testedv8.1.0687Bram Moolenaar2019-01-032-0/+43
* patch 8.1.0686: when 'y' is in 'cpoptions' yanking for the clipboard changes ...v8.1.0686Bram Moolenaar2019-01-032-3/+10
* patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar2019-01-035-23/+25
* patch 8.1.0684: warnings from 64-bit compilerv8.1.0684Bram Moolenaar2019-01-033-8/+10
* patch 8.1.0683: spell highlighting does not always endv8.1.0683Bram Moolenaar2019-01-032-1/+7
* patch 8.1.0682: text properties not adjusted when backspacing replaced textv8.1.0682Bram Moolenaar2019-01-025-21/+98
* patch 8.1.0681: text properties as not adjusted for deleted textv8.1.0681Bram Moolenaar2019-01-025-4/+29
* patch 8.1.0680: not easy to see what features are unavailablev8.1.0680Bram Moolenaar2019-01-021-1/+11
* patch 8.1.0679: sign functions do not take buffer argument as documentedv8.1.0679Bram Moolenaar2019-01-023-10/+71
* patch 8.1.0678: text properties as not adjusted for inserted textv8.1.0678Bram Moolenaar2019-01-026-16/+77
* patch 8.1.0677: look-behind match may use the wrong line numberv8.1.0677Bram Moolenaar2019-01-012-1/+3
* patch 8.1.0676: textprop screendump test failsv8.1.0676Bram Moolenaar2019-01-012-2/+5
* patch 8.1.0675: text property column in screen columns is not practicalv8.1.0675Bram Moolenaar2019-01-016-37/+46
* patch 8.1.0674: leaking memory when updating a single linev8.1.0674Bram Moolenaar2019-01-012-4/+2
* patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar2019-01-0120-1934/+1954
* patch 8.1.0672: the Lua interface doesn't know about v:nullv8.1.0672Bram Moolenaar2019-01-013-4/+11
* patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar2018-12-316-6/+31
* patch 8.1.0670: macro for popup menu width is unusedv8.1.0670Bram Moolenaar2018-12-312-1/+2
* patch 8.1.0669: the ex_sign() function is too longv8.1.0669Bram Moolenaar2018-12-313-281/+394
* patch 8.1.0668: no test for overstrike mode in the command linev8.1.0668Bram Moolenaar2018-12-312-0/+31
* patch 8.1.0667: textprop test leaves file behindv8.1.0667Bram Moolenaar2018-12-312-1/+3
* patch 8.1.0666: text property test failsv8.1.0666Bram Moolenaar2018-12-312-1/+3
* patch 8.1.0665: text property display wrong when 'spell' is setv8.1.0665Bram Moolenaar2018-12-314-25/+97
* patch 8.1.0664: configure "fail-if-missing" does not apply to enable-guiv8.1.0664Bram Moolenaar2018-12-303-8/+22
* patch 8.1.0663: text property display wrong when 'number' is setv8.1.0663Bram Moolenaar2018-12-302-2/+4
* patch 8.1.0662: needlessly searching for tilde in stringv8.1.0662Bram Moolenaar2018-12-302-1/+3
* patch 8.1.0661: clipboard regexp might be used recursivelyv8.1.0661Bram Moolenaar2018-12-294-1/+19
* patch 8.1.0660: sign_cleanup() may leak memoryv8.1.0660Bram Moolenaar2018-12-293-9/+20
* patch 8.1.0659: build failure without the sign featurev8.1.0659Bram Moolenaar2018-12-292-6/+7
* patch 8.1.0658: deleting signs and completion for :sign is insufficientv8.1.0658Bram Moolenaar2018-12-298-135/+470
* patch 8.1.0657: get error for using regexp recursivelyv8.1.0657Bram Moolenaar2018-12-292-2/+4
* patch 8.1.0656: trying to reconnect to X server may cause problemsv8.1.0656Bram Moolenaar2018-12-292-23/+30
* patch 8.1.0655: when appending a line text property flags are not addedv8.1.0655Bram Moolenaar2018-12-284-31/+117