mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 7.4.1909
Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle)
This commit is contained in:
@@ -3159,7 +3159,7 @@ process_env(
|
||||
sourcing_name = save_sourcing_name;
|
||||
sourcing_lnum = save_sourcing_lnum;
|
||||
#ifdef FEAT_EVAL
|
||||
current_SID = save_sid;;
|
||||
current_SID = save_sid;
|
||||
#endif
|
||||
return OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user