summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-017-48/+59
* Update runtime filesBram Moolenaar2019-01-0121-95/+136
* 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-0121-1935/+1957
* 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-299-141/+499
* 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
* patch 8.1.0654: when deleting a line text property flags are not adjustedv8.1.0654Bram Moolenaar2018-12-285-10/+193
* patch 8.1.0653: arglist test fails on MS-windowsv8.1.0653Bram Moolenaar2018-12-282-3/+8
* patch 8.1.0652: freeing memory for balloon eval too earlyv8.1.0652Bram Moolenaar2018-12-283-10/+13
* patch 8.1.0651: :args \"foo works like :args without argumentv8.1.0651Bram Moolenaar2018-12-283-1/+9
* patch 8.1.0650: command line argument -q [errorfile] is not testedv8.1.0650Bram Moolenaar2018-12-282-0/+49
* patch 8.1.0649: setjmp() variables defined globally are used in one filev8.1.0649Bram Moolenaar2018-12-283-21/+20
* Update runtime files.Bram Moolenaar2018-12-2711-129/+148
* patch 8.1.0648: custom operators can't act upon a forced motionv8.1.0648Bram Moolenaar2018-12-276-3/+73
* patch 8.1.0647: MS-Windows: balloon_show() does not handle wide charactersv8.1.0647Bram Moolenaar2018-12-272-21/+152
* patch 8.1.0646: cannot build with Ruby 2.6.0v8.1.0646Bram Moolenaar2018-12-272-4/+13
* patch 8.1.0645: Coverity warns for possible use of NULL pointerv8.1.0645Bram Moolenaar2018-12-272-0/+4
* patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar2018-12-2710-37/+86
* patch 8.1.0643: computing byte offset wrongv8.1.0643Bram Moolenaar2018-12-263-4/+6
* patch 8.1.0642: swapinfo() leaks memoryv8.1.0642Bram Moolenaar2018-12-264-15/+32
* patch 8.1.0641: no check for out-of-memory when converting regexpv8.1.0641Bram Moolenaar2018-12-262-1/+5
* patch 8.1.0640: get E14 while typing command :tab with 'incsearch' setv8.1.0640Bram Moolenaar2018-12-263-9/+29
* patch 8.1.0639: text properties test fails on MS-Windowsv8.1.0639Bram Moolenaar2018-12-262-0/+3