From f8056fe2e6dd7212f9e383d442c99bb1263a3264 Mon Sep 17 00:00:00 2001 From: Jonathan Apodaca Date: Mon, 14 Apr 2025 20:24:10 -0600 Subject: [PATCH] the comment didn't do what I thought it did --- lua/u/range.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/u/range.lua b/lua/u/range.lua index 9b28cb7..803d5e3 100644 --- a/lua/u/range.lua +++ b/lua/u/range.lua @@ -1,6 +1,3 @@ ---- @module ---- @brief Utilities for manipulating ranges of text. - local Pos = require 'u.pos' -- Certain functions in the Range class yank text. In order to prevent unwanted