summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0281: parsing command modifiers is not separatedv8.1.0281Bram Moolenaar2018-08-146-245/+276
* patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/"v8.1.0280Bram Moolenaar2018-08-133-0/+17
* patch 8.1.0279: 'incsearch' highlighting does not skip white spacev8.1.0279Bram Moolenaar2018-08-134-1/+19
* patch 8.1.0278: 'incsearch' highlighting does not accept reverse rangev8.1.0278Bram Moolenaar2018-08-124-2/+28
* patch 8.1.0277: 'incsearch' highlighting wrong in a few casesv8.1.0277Bram Moolenaar2018-08-125-36/+89
* patch 8.1.0276: no test for 'incsearch' highlighting with :sv8.1.0276Bram Moolenaar2018-08-123-0/+46
* patch 8.1.0275: 'incsearch' with :s doesn't start at cursor linev8.1.0275Bram Moolenaar2018-08-123-6/+31
* patch 8.1.0274: 'incsearch' triggers on ":source"v8.1.0274Bram Moolenaar2018-08-113-22/+33
* patch 8.1.0273: invalid memory access when using 'incsearch'v8.1.0273Bram Moolenaar2018-08-112-0/+6
* Update runtime files.Bram Moolenaar2018-08-1167-327/+448
* patch 8.1.0272: options test fails if temp var ends in slashv8.1.0272Bram Moolenaar2018-08-112-1/+3
* patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar2018-08-115-20/+180
* patch 8.1.0270: checking for a Tab in a line could be fasterv8.1.0270Bram Moolenaar2018-08-112-1/+3
* patch 8.1.0269: Ruby Kernel.#p method always returns nilv8.1.0269Bram Moolenaar2018-08-113-1/+33
* patch 8.1.0268: file type checking has too many #ifdefv8.1.0268Bram Moolenaar2018-08-118-108/+58
* patch 8.1.0267: no good check if restoring quickfix list workedv8.1.0267Bram Moolenaar2018-08-112-8/+17
* patch 8.1.0266: parsing Ex address range is not a separate functionv8.1.0266Bram Moolenaar2018-08-103-163/+179
* patch 8.1.0265: the getcmdline() function is way too bigv8.1.0265Bram Moolenaar2018-08-102-282/+345
* patch 8.1.0264: backup tests fail when CWD is in /tmpv8.1.0264Bram Moolenaar2018-08-092-6/+8
* patch 8.1.0263: channel log doesn't show part of channelv8.1.0263Bram Moolenaar2018-08-092-6/+14
* patch 8.1.0262: not enough testing for getftype()v8.1.0262Bram Moolenaar2018-08-093-1/+38
* patch 8.1.0261: Coverity complains about a negative array indexv8.1.0261Bram Moolenaar2018-08-092-19/+26
* patch 8.1.0260: no LGTM logo in README filev8.1.0260Bram Moolenaar2018-08-092-0/+3
* patch 8.1.0259: no test for fixed quickfix issuev8.1.0259Bram Moolenaar2018-08-093-9/+29
* patch 8.1.0258: not enough testing for the CompleteDone eventv8.1.0258Bram Moolenaar2018-08-082-0/+15
* patch 8.1.0257: no test for pathshorten()v8.1.0257Bram Moolenaar2018-08-082-0/+17
* patch 8.1.0256: using setline() in TextChangedI splits undov8.1.0256Bram Moolenaar2018-08-083-24/+39
* patch 8.1.0255: backup test fails when using shadow directoryv8.1.0255Bram Moolenaar2018-08-082-2/+4
* patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROPv8.1.0254Bram Moolenaar2018-08-073-8/+3
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-0714-22/+110
* patch 8.1.0252: quickfix functions are too longv8.1.0252Bram Moolenaar2018-08-072-287/+502
* patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar2018-08-078-26/+124
* patch 8.1.0250: MS-Windows using VTP: windows size change incorrectv8.1.0250Bram Moolenaar2018-08-072-22/+54
* patch 8.1.0249: GTK: when screen DPI changes Vim does not handle itv8.1.0249Bram Moolenaar2018-08-072-0/+34
* patch 8.1.0248: duplicated quickfix codev8.1.0248Bram Moolenaar2018-08-072-18/+24
* patch 8.1.0247: Python: error message for failing import is incorrectv8.1.0247Bram Moolenaar2018-08-074-30/+63
* patch 8.1.0246: build failure without the +eval featurev8.1.0246Bram Moolenaar2018-08-072-0/+6
* patch 8.1.0245: calling setline() in TextChangedI autocmd breaks undov8.1.0245Bram Moolenaar2018-08-073-1/+36
* patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONTv8.1.0244Bram Moolenaar2018-08-074-17/+69
* patch 8.1.0243: using :term ++close ++hidden closes a windowv8.1.0243Bram Moolenaar2018-08-073-1/+21
* patch 8.1.0242: Insert mode completion may use an invalid buffer pointerv8.1.0242Bram Moolenaar2018-08-072-1/+8
* patch 8.1.0241: effect of ":tabmove N" is not clearv8.1.0241Bram Moolenaar2018-08-072-0/+15
* patch 8.1.0240: g:actual_curbuf set in wrong scopev8.1.0240Bram Moolenaar2018-08-052-1/+3
* patch 8.1.0239: now Ruby build fails on other systemsv8.1.0239Bram Moolenaar2018-08-042-12/+8
* patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat"v8.1.0238Bram Moolenaar2018-08-043-0/+20
* patch 8.1.0237: Ruby on Cygwin doesn't always workv8.1.0237Bram Moolenaar2018-08-043-0/+8
* patch 8.1.0236: Ruby build fails when ruby_intern is missingv8.1.0236Bram Moolenaar2018-08-032-9/+10
* patch 8.1.0235: more help tags that jump to the wrong locationv8.1.0235Bram Moolenaar2018-08-023-12/+54
* patch 8.1.0234: incorrect reference counting in Perl interfacev8.1.0234Bram Moolenaar2018-08-023-10/+24
* patch 8.1.0233: "safe" argument of call_vim_function() is always FALSEv8.1.0233Bram Moolenaar2018-08-017-35/+20