patch 7.4.1302
Problem:    Typo in struct field name. (Ken Takata)
Solution:   Rename jf_pi to jv_pi.
diff --git a/src/structs.h b/src/structs.h
index d0823bc..1ce98d0 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1249,7 +1249,7 @@
     int		jv_exitval;
 #endif
 #ifdef WIN32
-    PROCESS_INFORMATION	jf_pi;
+    PROCESS_INFORMATION	jv_pi;
 #endif
     jobstatus_T	jv_status;