mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0169: insufficient testing for line2byte() with text properties
Problem: Insufficient testing for line2byte() with text properties. Solution: Add tests with a lot of text.
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
|
||||
/*
|
||||
* Text properties implementation. See ":help text-properties".
|
||||
*
|
||||
* TODO:
|
||||
* - Also test line2byte() with many lines, so that ml_updatechunk() is taken
|
||||
* into account.
|
||||
*/
|
||||
|
||||
#include "vim.h"
|
||||
|
Reference in New Issue
Block a user