mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 20:37:44 +00:00
refactor: move virtcol functions to plines.c
Problem: Functions for virtcol and chartabsize are similar (both compute horizontal size), but appear in two different source files. Solution: Move virtcol functions to plines.c.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "nvim/memline.h"
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/option.h"
|
||||
#include "nvim/plines.h"
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/search.h"
|
||||
#include "nvim/strings.h"
|
||||
|
||||
Reference in New Issue
Block a user