Skip to content

Commit

Permalink
[release-0.4] recovery mode (-r/-L): use headless_mode (neovim#11187)
Browse files Browse the repository at this point in the history
Fixes neovim#11181.

(cherry picked from commit 9af0fe5)
  • Loading branch information
blueyed committed Oct 11, 2019
1 parent 4f452a6 commit f2f3771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nvim/main.c
Expand Up @@ -957,6 +957,7 @@ static void command_line_scan(mparm_T *parmp)
case 'r': // "-r" recovery mode
case 'L': { // "-L" recovery mode
recoverymode = 1;
headless_mode = true;
break;
}
case 's': {
Expand Down

0 comments on commit f2f3771

Please sign in to comment.