summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0652: unicode information is outdatedv8.0.0652Bram Moolenaar2017-06-223-51/+118
* 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-222-2/+10
* patch 8.0.0649: when opening a help file the filetype is set several timesv8.0.0649Bram Moolenaar2017-06-224-6/+22
* 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-189-29/+148
* 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-1365-422/+345
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-138-9/+26
* patch 8.0.0640: mismatch between help and actual messagev8.0.0640Bram Moolenaar2017-06-132-2/+4
* patch 8.0.0639: the cursor position is set when editing a new commit messagev8.0.0639Bram Moolenaar2017-06-132-6/+9
* patch 8.0.0638: cannot build with new MSVC versionv8.0.0638Bram Moolenaar2017-06-133-18/+119
* patch 8.0.0637: crash when using some version of GTK 3v8.0.0637Bram Moolenaar2017-06-132-0/+6
* patch 8.0.0636: when reading the undo file fails may use uninitialized datav8.0.0636Bram Moolenaar2017-06-112-7/+14
* patch 8.0.0635: when 'ignorecase' is set script detection is inaccuratev8.0.0635Bram Moolenaar2017-06-112-89/+95
* patch 8.0.0634: cannot easily get to the last quickfix listv8.0.0634Bram Moolenaar2017-06-114-16/+94
* patch 8.0.0633: the client-server test is still a bit flakyv8.0.0633Bram Moolenaar2017-06-102-1/+5
* patch 8.0.0632: the quotestar test is still a bit flakyv8.0.0632Bram Moolenaar2017-06-102-0/+12
* patch 8.0.0631: can't build with Perl 5.26v8.0.0631Bram Moolenaar2017-06-102-0/+26
* patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630Bram Moolenaar2017-06-104-40/+79
* patch 8.0.0629: checking for ambigous width is not workingv8.0.0629Bram Moolenaar2017-06-092-1/+5
* patch 8.0.0628: cursor disappears after silent mappingv8.0.0628Bram Moolenaar2017-06-072-13/+7
* patch 8.0.0627: "gn" selects only one character with 'nowrapscan'v8.0.0627Bram Moolenaar2017-06-053-8/+38
* patch 8.0.0626: in the GUI the cursor may flickerv8.0.0626Bram Moolenaar2017-06-052-2/+12
* patch 8.0.0625: shellescape() always escapes a newlinev8.0.0625Bram Moolenaar2017-06-053-1/+30
* patch 8.0.0624: warning for unused variable in tiny buildv8.0.0624Bram Moolenaar2017-06-052-0/+4
* patch 8.0.0623: error for invalid regexp is not very informativev8.0.0623Bram Moolenaar2017-06-054-4/+25
* patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive"v8.0.0622Bram Moolenaar2017-06-053-10/+33
* patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar2017-06-057-23/+103
* patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620Bram Moolenaar2017-06-057-84/+30
* Update runtime files.Bram Moolenaar2017-06-0528-637/+742
* patch 8.0.0619: GUI gets stuck if timer uses feedkeys()v8.0.0619Bram Moolenaar2017-06-052-4/+11
* patch 8.0.0618: NFA regex engine handles [0-z] incorrectlyv8.0.0618Bram Moolenaar2017-06-054-7/+23
* patch 8.0.0617: hardcopy test hangs on MS-Windowsv8.0.0617Bram Moolenaar2017-06-042-6/+10
* patch 8.0.0616: not always setting 'background' correctly after :hi Normalv8.0.0616Bram Moolenaar2017-06-043-6/+38
* patch 8.0.0615: using % with :hardcopy wrongly escapes spacesv8.0.0615Bram Moolenaar2017-06-043-0/+12