summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0702: an error in a timer can make Vim unusablev8.0.0702Bram Moolenaar2017-07-085-10/+50
* patch 8.0.0701: system test failing when using X11 forwardingv8.0.0701Bram Moolenaar2017-07-083-3/+9
* patch 8.0.0700: segfault with QuitPre autocommand closes the windowv8.0.0700Bram Moolenaar2017-07-083-2/+25
* patch 8.0.0699: checksum tests are not actually runv8.0.0699Bram Moolenaar2017-07-083-0/+4
* patch 8.0.0698: crash on exit when using Python function in timer.v8.0.0698Bram Moolenaar2017-07-074-2/+17
* patch 8.0.0697: recorded key sequences may become invalidv8.0.0697Bram Moolenaar2017-07-072-111/+116
* patch 8.0.0696: .inc files missing in gitv8.0.0696Bram Moolenaar2017-07-074-1/+274
* patch 8.0.0695: missing dependencies breaks parallel makev8.0.0695Bram Moolenaar2017-07-072-3/+9
* patch 8.0.0694: building in shadow directory does not workv8.0.0694Bram Moolenaar2017-07-073-1/+6
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-0787-13/+11693
* patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong directionv8.0.0692Bram Moolenaar2017-07-013-0/+44
* patch 8.0.0691: compiler warning without the linebreak featurev8.0.0691Bram Moolenaar2017-06-292-0/+4
* patch 8.0.0690: compiler warning on non-Unix systemv8.0.0690Bram Moolenaar2017-06-292-3/+7
* patch 8.0.0689: ~ character not escaped when extending search patternv8.0.0689Bram Moolenaar2017-06-293-1/+23
* patch 8.0.0688: cannot resize the window in a FileType autocommandv8.0.0688Bram Moolenaar2017-06-283-14/+35
* patch 8.0.0687: minor issues related to quickfixv8.0.0687Bram Moolenaar2017-06-284-10/+23
* patch 8.0.0686: extra redraw when using CTRL-L in second windowv8.0.0686Bram Moolenaar2017-06-282-0/+4
* patch 8.0.0685: when conversion fails written file may be truncatedv8.0.0685Bram Moolenaar2017-06-273-332/+415
* patch 8.0.0684: old style tests are not nicev8.0.0684Bram Moolenaar2017-06-2710-173/+125
* patch 8.0.0683: visual bell flashes too quicklyv8.0.0683Bram Moolenaar2017-06-274-8/+94
* patch 8.0.0682: no test for synIDtrans()v8.0.0682Bram Moolenaar2017-06-272-2/+27
* patch 8.0.0681: unnamed register only contains the last deleted textv8.0.0681Bram Moolenaar2017-06-273-1/+16
* patch 8.0.0680: plugins in start packages are sourced twicev8.0.0680Bram Moolenaar2017-06-275-27/+74
* patch 8.0.0679: using freed memoryv8.0.0679Bram Moolenaar2017-06-262-3/+4
* patch 8.0.0678: closing a window does not trigger resizingv8.0.0678Bram Moolenaar2017-06-253-1/+51
* patch 8.0.0677: setting 'filetype' may switch buffersv8.0.0677Bram Moolenaar2017-06-255-1/+32
* patch 8.0.0676: crash when closing quickfix window in autocmdv8.0.0676Bram Moolenaar2017-06-254-33/+80
* patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'v8.0.0675Bram Moolenaar2017-06-253-1/+19
* patch 8.0.0674: cannot build with eval but without timersv8.0.0674Bram Moolenaar2017-06-252-1/+7
* patch 8.0.0673: build failure without conceal featurev8.0.0673Bram Moolenaar2017-06-242-0/+4
* patch 8.0.0672: third item of synconcealed() changes too oftenv8.0.0672Bram Moolenaar2017-06-244-12/+26
* patch 8.0.0671: hang when typing CTRL-C in confirm() in timerv8.0.0671Bram Moolenaar2017-06-242-0/+7
* patch 8.0.0670: can't use input() in a timer callbackv8.0.0670Bram Moolenaar2017-06-245-1/+27
* patch 8.0.0669: CTRL-N at start of the buffer does not work correctlyv8.0.0669Bram Moolenaar2017-06-243-3/+27
* patch 8.0.0668: nsis installer script does not workv8.0.0668Bram Moolenaar2017-06-242-1/+4
* patch 8.0.0667: memory access error when command follows :endfuncv8.0.0667Bram Moolenaar2017-06-243-21/+42
* patch 8.0.0666: dead for loopv8.0.0666Bram Moolenaar2017-06-232-47/+44
* patch 8.0.0665: warning for uninitialized variablev8.0.0665Bram Moolenaar2017-06-232-1/+3
* patch 8.0.0664: mouse does not work in tmuxv8.0.0664Bram Moolenaar2017-06-232-2/+8
* patch 8.0.0663: unexpected error message only when 'verbose' is setv8.0.0663Bram Moolenaar2017-06-236-18/+39
* patch 8.0.0662: stray FIXME for fixed problemv8.0.0662Bram Moolenaar2017-06-222-6/+2
* patch 8.0.0661: recognizing urxvt mouse codes does not work wellv8.0.0661Bram Moolenaar2017-06-225-51/+41
* patch 8.0.0660: silent install on MS-Windows shows dialogv8.0.0660Bram Moolenaar2017-06-222-1/+3
* patch 8.0.0659: no test for conceal modev8.0.0659Bram Moolenaar2017-06-224-13/+63
* patch 8.0.0658: spell test is old stylev8.0.0658Bram Moolenaar2017-06-227-951/+729
* patch 8.0.0657: cannot get and set quickfix list itemsv8.0.0657Bram Moolenaar2017-06-224-18/+153
* patch 8.0.0656: cannot use ! after some user commandsv8.0.0656Bram Moolenaar2017-06-223-1/+13
* patch 8.0.0655: not easy to make sure a function does not existv8.0.0655Bram Moolenaar2017-06-224-2/+15
* patch 8.0.0654: no warning for text after :endfunctionv8.0.0654Bram Moolenaar2017-06-224-5/+56
* patch 8.0.0653: the default highlight for QuickFixLine is not goodv8.0.0653Bram Moolenaar2017-06-222-4/+3