aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-05-20 03:28:44 +0300
committerZyX <kp-pav@yandex.ru>2017-05-20 03:28:44 +0300
commita914029278ef1920833423e04a89b07339c1354f (patch)
tree19e0d4e34dd52fb33d228fe0cb8413905948a8d1 /src/nvim/buffer.c
parent956ef785f5992e27c0a13c65807eecd4609a3596 (diff)
downloadrneovim-a914029278ef1920833423e04a89b07339c1354f.tar.gz
rneovim-a914029278ef1920833423e04a89b07339c1354f.tar.bz2
rneovim-a914029278ef1920833423e04a89b07339c1354f.zip
buffer: Silence V519
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c2
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
}
/*