Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haya14busa/vim-asterisk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f3cc45f292e4d588ddbdaf256ad4c92045cfa8e
Choose a base ref
..
head repository: haya14busa/vim-asterisk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7efb136b0f2a961bce06198954cecd2ac3bdfd39
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 autoload/asterisk.vim
1 change: 0 additions & 1 deletion autoload/asterisk.vim
Original file line number Diff line number Diff line change
@@ -147,7 +147,6 @@ function! s:convert_2_word_pattern_4_visual(pattern, config) abort
let [pre, post] = ['', '']
if a:config.is_whole
let [head_pos, tail_pos] = s:sort_pos([s:getcoord('.'), s:getcoord('v')])
let head = matchstr(text, '^.')
let [l, col] = head_pos
let line = getline(l)
let before = line[: col - 2]