aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-26 08:30:15 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-26 08:30:15 -0500
commitd7a166578586f4f1636141e97103944584c00fa2 (patch)
treeeb2e56e594fc975ee773261b8ef0b3ba0c386179 /src/nvim/globals.h
parent4840f59272bf7f312e6966b6562688ab7d5232f8 (diff)
parenta00c2e0ecbaec366364cecb5efbdb456c8c543ef (diff)
downloadrneovim-d7a166578586f4f1636141e97103944584c00fa2.tar.gz
rneovim-d7a166578586f4f1636141e97103944584c00fa2.tar.bz2
rneovim-d7a166578586f4f1636141e97103944584c00fa2.zip
Merge pull request #1718 from jonaias/master
Transform global variable really_exiting into static.
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index 5f542eec0c..f53a780efe 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -606,9 +606,6 @@ EXTERN int exiting INIT(= FALSE);
/* TRUE when planning to exit Vim. Might
* still keep on running if there is a changed
* buffer. */
-EXTERN int really_exiting INIT(= FALSE);
-/* TRUE when we are sure to exit, e.g., after
- * a deadly signal */
/* volatile because it is used in signal handler deathtrap(). */
EXTERN volatile int full_screen INIT(= FALSE);
/* TRUE when doing full-screen output