mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
vim-patch:7.4.782
Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode.
Solution: Fix the reported problems. (Christian Brabandt)
5d1bc78a2b
This commit is contained in:
@@ -472,7 +472,7 @@ void ex_sort(exarg_T *eap)
|
||||
nrs[lnum - eap->line1].start_col_nr = -MAXLNUM;
|
||||
} else {
|
||||
vim_str2nr(s, NULL, NULL, sort_bin, sort_oct, sort_hex,
|
||||
&nrs[lnum - eap->line1].start_col_nr, NULL);
|
||||
&nrs[lnum - eap->line1].start_col_nr, NULL, 0);
|
||||
}
|
||||
*s2 = c;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user