summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0311: filtering entries in a quickfix list is not easyv8.1.0311Bram Moolenaar2018-08-213-0/+61
* patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar2018-08-214-1/+34
* patch 8.1.0309: profiling does not show a count for condition linesv8.1.0309Bram Moolenaar2018-08-213-21/+267
* patch 8.1.0308: a quick undo shows "1 seconds ago"v8.1.0308Bram Moolenaar2018-08-212-2/+9
* patch 8.1.0307: there is no good way to get the window layoutv8.1.0307Bram Moolenaar2018-08-216-0/+127
* patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar2018-08-218-128/+79
* patch 8.1.0305: missing support for Lua 5.4 32 bits on Unixv8.1.0305Bram Moolenaar2018-08-212-1/+15
* patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar2018-08-214-34/+74
* patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar2018-08-203-2/+14
* patch 8.1.0302: crash when using :suspend and "fg"v8.1.0302Bram Moolenaar2018-08-204-68/+19
* patch 8.1.0301: GTK: input method popup displayed on wrong screen.v8.1.0301Bram Moolenaar2018-08-195-22/+40
* patch 8.1.0300: the old window title might be freed twicev8.1.0300Bram Moolenaar2018-08-192-2/+11
* patch 8.1.0299: misplaced commentv8.1.0299Bram Moolenaar2018-08-192-1/+3
* patch 8.1.0298: window resize test sometimes fails on Macv8.1.0298Bram Moolenaar2018-08-192-0/+3
* patch 8.1.0297: MS-Windows: tests fail, Vim crashesv8.1.0297Bram Moolenaar2018-08-192-5/+18
* patch 8.1.0296: command parsing for 'incsearch' is a bit uglyv8.1.0296Bram Moolenaar2018-08-182-120/+107
* patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similarv8.1.0295Bram Moolenaar2018-08-188-28/+146
* patch 8.1.0294: MS-Windows: sometimes uses short directory namev8.1.0294Bram Moolenaar2018-08-182-2/+19
* patch 8.1.0293: checks for type of stack is crypticv8.1.0293Bram Moolenaar2018-08-182-9/+16
* patch 8.1.0292: MS-Windows: the text "self-installing" confuses some usersv8.1.0292Bram Moolenaar2018-08-182-6/+3
* patch 8.1.0291: 'incsearch' highlighting not used for :sortv8.1.0291Bram Moolenaar2018-08-184-1/+50
* patch 8.1.0290: "cit" on an empty HTML tag changes the whole tagv8.1.0290Bram Moolenaar2018-08-163-3/+23
* patch 8.1.0289: cursor moves to wrong column after quickfix jumpv8.1.0289Bram Moolenaar2018-08-153-0/+12
* patch 8.1.0288: quickfix code uses cmdidx too oftenv8.1.0288Bram Moolenaar2018-08-154-59/+71
* patch 8.1.0287: MAX is not defined everywherev8.1.0287Bram Moolenaar2018-08-142-0/+6
* patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagicv8.1.0286Bram Moolenaar2018-08-143-0/+20
* patch 8.1.0285: compiler warning for conversionv8.1.0285Bram Moolenaar2018-08-142-1/+3
* patch 8.1.0284: 'cursorline' highlighting wrong with 'incsearch'v8.1.0284Bram Moolenaar2018-08-145-0/+38
* patch 8.1.0283: missing test dumpv8.1.0283Bram Moolenaar2018-08-142-0/+11
* patch 8.1.0282: 'incsearch' does not work with command modifiersv8.1.0282Bram Moolenaar2018-08-145-60/+106
* 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