aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r--src/nvim/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h
index a3d87f35ca..17f7e16740 100644
--- a/src/nvim/types.h
+++ b/src/nvim/types.h
@@ -21,7 +21,7 @@ typedef int handle_T;
// absent callback etc.
typedef int LuaRef;
-typedef uint64_t NS;
+typedef handle_T NS;
typedef struct expand expand_T;