forked from aniani/vim
patch 9.0.0170: various minor code formatting issues
Problem: Various minor code formatting issues. Solution: Improve code formatting.
This commit is contained in:
@@ -1501,7 +1501,8 @@ luaV_buffer_newindex(lua_State *L)
|
||||
curbuf = buf;
|
||||
luaL_error(L, "cannot replace line");
|
||||
}
|
||||
else changed_bytes(n, 0);
|
||||
else
|
||||
changed_bytes(n, 0);
|
||||
curbuf = buf;
|
||||
if (b == curwin->w_buffer)
|
||||
check_cursor_col();
|
||||
|
Reference in New Issue
Block a user