summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-283-9/+21
* 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-253-32/+68
* 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-243-5/+10
* 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-241-0/+2
* 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-235-2/+16
* 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-221-0/+2
* patch 8.0.0659: no test for conceal modev8.0.0659Bram Moolenaar2017-06-223-2/+49
* 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-223-18/+149
* 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-223-0/+37
* patch 8.0.0653: the default highlight for QuickFixLine is not goodv8.0.0653Bram Moolenaar2017-06-222-4/+3
* patch 8.0.0652: unicode information is outdatedv8.0.0652Bram Moolenaar2017-06-222-49/+114
* patch 8.0.0651: build failure without the auto command featurev8.0.0651Bram Moolenaar2017-06-222-0/+4
* patch 8.0.0650: for extra help files the filetype is set more than oncev8.0.0650Bram Moolenaar2017-06-221-0/+2
* patch 8.0.0649: when opening a help file the filetype is set several timesv8.0.0649Bram Moolenaar2017-06-223-5/+18
* patch 8.0.0648: possible use of NULL pointerv8.0.0648Bram Moolenaar2017-06-192-1/+3
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-188-25/+140
* patch 8.0.0646: the hlsearch test fails on fast systemsv8.0.0646Bram Moolenaar2017-06-173-11/+37
* patch 8.0.0645: no error for illegal back reference in NFA enginev8.0.0645Bram Moolenaar2017-06-176-23/+53
* patch 8.0.0644: the timeout for 'hlsearch' is not testedv8.0.0644Bram Moolenaar2017-06-172-0/+20
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-1719-67/+123
* patch 8.0.0642: writefile() continues after detecting an errorv8.0.0642Bram Moolenaar2017-06-133-7/+40
* Update runtime files.Bram Moolenaar2017-06-131-1/+1
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-136-5/+13
* patch 8.0.0640: mismatch between help and actual messagev8.0.0640Bram Moolenaar2017-06-132-2/+4