mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
vim-patch:9.0.0124: code has more indent than needed
Problem: Code has more indent than needed.
Solution: Use continue and return statements. (closes vim/vim#10824)
101d57b34b
This commit is contained in:
@@ -4311,8 +4311,8 @@ static bool ins_start_select(int c)
|
||||
case K_S_DOWN:
|
||||
case K_S_END:
|
||||
case K_S_HOME:
|
||||
// Start selection right away, the cursor can move with
|
||||
// CTRL-O when beyond the end of the line.
|
||||
// Start selection right away, the cursor can move with CTRL-O when
|
||||
// beyond the end of the line.
|
||||
start_selection();
|
||||
|
||||
// Execute the key in (insert) Select mode.
|
||||
|
Reference in New Issue
Block a user