]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1493: manually comparing positions on buffer v9.1.1493
authorglepnir <glephunter@gmail.com>
Sun, 29 Jun 2025 14:51:40 +0000 (16:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Jun 2025 14:51:40 +0000 (16:51 +0200)
commit7cf35bc1bedaa8d364d65aace40997941bf1f0a4
treef9f9ddd85b3fbabe8f852bdb8621fe7edc42777e
parent44a2e3c5d4cdd9491ad074ee3cb257db2aed9c6a
patch 9.1.1493: manually comparing positions on buffer

Problem:  manually comparing positions on buffer
          (after v9.1.1490)
Solution: use the LTOREQ_POS() macro, fix a few other minor style issues
          (glepnir)

closes: #17629

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/cmdexpand.c
src/version.c