diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2021-08-11 17:38:36 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 17:38:36 +0200 | 
| commit | 7d2233fad007a3dd42481f8ffc01e69b57a17f9e (patch) | |
| tree | a539fc5a49b000086de4a0ab7c6fbd49e8de9ab8 /src/nvim/ops.c | |
| parent | 2c60f7c99188e90739d83f3c131134b71cd37436 (diff) | |
| parent | 28b5c73bf8b5cc92451a4030b4ffbbad6c56374b (diff) | |
| download | rneovim-7d2233fad007a3dd42481f8ffc01e69b57a17f9e.tar.gz rneovim-7d2233fad007a3dd42481f8ffc01e69b57a17f9e.tar.bz2 rneovim-7d2233fad007a3dd42481f8ffc01e69b57a17f9e.zip | |
Merge pull request #15336 from bfredl/plines
refactor(plines): move "plines" (size of printed lines) family of function to own file
Diffstat (limited to 'src/nvim/ops.c')
| -rw-r--r-- | src/nvim/ops.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/nvim/ops.c b/src/nvim/ops.c index c51dd09d40..a6eda26d75 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -41,6 +41,7 @@  #include "nvim/normal.h"  #include "nvim/option.h"  #include "nvim/path.h" +#include "nvim/plines.h"  #include "nvim/screen.h"  #include "nvim/search.h"  #include "nvim/state.h" | 
