aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-14 16:16:37 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-27 14:10:28 -0500
commit3224ade9c3b6e339083ab9e66ce3d3f32e050e09 (patch)
treef54e63aed247b7fdd7fc4b20c96317607d78ec42 /src/nvim/buffer_defs.h
parent7565b48e9cc4f64d7bf008d62b4a7479676a7b09 (diff)
downloadrneovim-3224ade9c3b6e339083ab9e66ce3d3f32e050e09.tar.gz
rneovim-3224ade9c3b6e339083ab9e66ce3d3f32e050e09.tar.bz2
rneovim-3224ade9c3b6e339083ab9e66ce3d3f32e050e09.zip
lint
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index da08357cb0..0418a737eb 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -1037,11 +1037,11 @@ struct window_S {
*/
int w_wrow, w_wcol; /* cursor position in window */
- linenr_T w_botline; /* number of the line below the bottom of
- the window */
- int w_empty_rows; /* number of ~ rows in window */
- int w_filler_rows; /* number of filler rows at the end of the
- window */
+ linenr_T w_botline; // number of the line below the bottom of
+ // the window
+ int w_empty_rows; // number of ~ rows in window
+ int w_filler_rows; // number of filler rows at the end of the
+ // window
/*
* Info about the lines currently in the window is remembered to avoid