mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
refactor(misc1): move comment related functions to change.c
These are used in various places, but were grouped with open_line() which has a lot of comment prefix logic originally.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/charset.h"
|
||||
#include "nvim/change.h"
|
||||
#include "nvim/cursor.h"
|
||||
#include "nvim/edit.h"
|
||||
#include "nvim/eval.h"
|
||||
|
Reference in New Issue
Block a user