mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +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:
@@ -2,13 +2,12 @@
|
||||
#define NVIM_CHARSET_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/eval/typval_defs.h"
|
||||
#include "nvim/option_defs.h"
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/strings.h"
|
||||
#include "nvim/types.h"
|
||||
|
||||
/// Return the folded-case equivalent of the given character
|
||||
///
|
||||
|
Reference in New Issue
Block a user