Revert "Merge pull request #4362 from justinmk/termopen"

This reverts commit b01db02de4, reversing
changes made to 62321e5132.
This commit is contained in:
ZyX
2016-02-28 04:34:27 +03:00
parent b01db02de4
commit a1493215a2

View File

@@ -324,8 +324,7 @@ int main(int argc, char **argv)
"'\\c\\mterm://\\%(.\\{-}//\\%(\\d\\+:\\)\\?\\)\\?\\zs.*'), " "'\\c\\mterm://\\%(.\\{-}//\\%(\\d\\+:\\)\\?\\)\\?\\zs.*'), "
// capture the working directory // capture the working directory
"{'cwd': get(matchlist(expand(\"<amatch>\"), " "{'cwd': get(matchlist(expand(\"<amatch>\"), "
"'\\c\\mterm://\\(.\\{-}\\)//'), 1, '')})" "'\\c\\mterm://\\(.\\{-}\\)//'), 1, '')})");
"|doautocmd TermOpen");
/* Execute --cmd arguments. */ /* Execute --cmd arguments. */
exe_pre_commands(&params); exe_pre_commands(&params);