mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
Revert "Merge pull request #4362 from justinmk/termopen"
This reverts commitb01db02de4
, reversing changes made to62321e5132
.
This commit is contained in:
@@ -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(¶ms);
|
exe_pre_commands(¶ms);
|
||||||
|
Reference in New Issue
Block a user