diff options
author | Dundar Goc <gocdundar@gmail.com> | 2022-04-29 13:52:43 +0200 |
---|---|---|
committer | Dundar Goc <gocdundar@gmail.com> | 2022-04-29 13:52:43 +0200 |
commit | 0b3ae64480ea28bb57783c2269a61f0a60ffc55e (patch) | |
tree | 4ac4c98de44aadc96f1c116fe184413975fb64cb /src/nvim/decoration.c | |
parent | 995c1863685d7fa0cc2638b55efee55c4cb7ffc9 (diff) | |
download | rneovim-0b3ae64480ea28bb57783c2269a61f0a60ffc55e.tar.gz rneovim-0b3ae64480ea28bb57783c2269a61f0a60ffc55e.tar.bz2 rneovim-0b3ae64480ea28bb57783c2269a61f0a60ffc55e.zip |
refactor(uncrustify): format all c code under /src/nvim/
Diffstat (limited to 'src/nvim/decoration.c')
-rw-r--r-- | src/nvim/decoration.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/decoration.c b/src/nvim/decoration.c index a0f189ca38..ba49c7f527 100644 --- a/src/nvim/decoration.c +++ b/src/nvim/decoration.c @@ -538,7 +538,6 @@ void decor_add_ephemeral(int start_row, int start_col, int end_row, int end_col, } - int decor_virt_lines(win_T *wp, linenr_T lnum, VirtLines *lines) { buf_T *buf = wp->w_buffer; |