forked from aniani/vim
patch 7.4.1302
Problem: Typo in struct field name. (Ken Takata) Solution: Rename jf_pi to jv_pi.
This commit is contained in:
@@ -1249,7 +1249,7 @@ struct jobvar_S
|
||||
int jv_exitval;
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
PROCESS_INFORMATION jf_pi;
|
||||
PROCESS_INFORMATION jv_pi;
|
||||
#endif
|
||||
jobstatus_T jv_status;
|
||||
|
||||
|
Reference in New Issue
Block a user