diff options
Diffstat (limited to 'src/nvim/buffer.c')
| -rw-r--r-- | src/nvim/buffer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index e3897e3929..6abd505ead 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -828,7 +828,7 @@ void handle_swap_exists(bufref_T *old_curbuf)       * new aborting error, interrupt, or uncaught exception. */      leave_cleanup(&cs);    } -  swap_exists_action = SEA_NONE; +  swap_exists_action = SEA_NONE;  // -V519  }  /*  | 
