We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80061d8 commit 1cdb5dfCopy full SHA for 1cdb5df
lua/search-replace/dashboard.lua
@@ -132,7 +132,7 @@ local function get_range_description(range)
132
return 'Current line to end of file'
133
elseif range == '0,.s' then
134
return 'Start of file to current line'
135
- elseif range == 's' then
+ elseif range == 's' or range == '.s' then
136
return 'Current line only'
137
else
138
return 'Custom range'
0 commit comments