mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +00:00
remove pchar from macros.h
This commit is contained in:
@@ -10,11 +10,6 @@
|
||||
* macros.h: macro definitions for often used code
|
||||
*/
|
||||
|
||||
/*
|
||||
* pchar(lp, c) - put character 'c' at position 'lp'
|
||||
*/
|
||||
#define pchar(lp, c) (*(ml_get_buf(curbuf, (lp).lnum, TRUE) + (lp).col) = (c))
|
||||
|
||||
/*
|
||||
* Position comparisons
|
||||
*/
|
||||
|
Reference in New Issue
Block a user