diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index a2aca65001..92e8774ec4 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -317,7 +317,7 @@ int main(int argc, char **argv) } // open terminals when opening files that start with term:// - do_cmdline_cmd("autocmd BufReadCmd term://* " + do_cmdline_cmd("autocmd BufReadCmd term://* nested " ":call termopen( " // Capture the command string "matchstr(expand(\"<amatch>\"), " |