]> granicus.if.org Git - vim/commitdiff
patch 8.1.1208: links to repository use wrong file name v8.1.1208
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Apr 2019 19:31:38 +0000 (21:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Apr 2019 19:31:38 +0000 (21:31 +0200)
Problem:    Links to repository use wrong file name.
Solution:   Swap the file names. (Nahuel Ourthe, closes #4304)

src/README.md
src/version.c

index 0664aa4276cc704aed0a5f765cd1b2535929fc76..f1e7ec2c311b312bb376361e5f42848599fa5eb7 100644 (file)
@@ -82,10 +82,10 @@ The current mode is stored in `State`.  The values it can have are `NORMAL`,
 The current window is `curwin`.  The current buffer is `curbuf`.  These point
 to structures with the cursor position in the window, option values, the file
 name, etc.  These are defined in
-[`structs.h`](https://github.com/vim/vim/blob/master/src/globals.h).
+[`structs.h`](https://github.com/vim/vim/blob/master/src/structs.h).
 
 All the global variables are declared in
-[`globals.h`](https://github.com/vim/vim/blob/master/src/structs.h).
+[`globals.h`](https://github.com/vim/vim/blob/master/src/globals.h).
 
 
 ## The main loop ##
index 7cbd2b54a7c26c6a97552b6c35255d4a226bde7e..ccf68f8ecf532a07a46542197aaf570e697430f5 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1208,
 /**/
     1207,
 /**/