mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
refactor: fixup! vim-patch:8.2.4881: "P" in Visual
7978660efb
removed all uses of ff:
```diff
-yankreg_T *get_y_previous(void)
-{
- return y_previous;
-}
-
-void set_y_previous(yankreg_T *yreg)
-{
- y_previous = yreg;
-}
```
This commit is contained in:
@@ -134,16 +134,6 @@ static char opchars[][3] = {
|
||||
{ Ctrl_X, NUL, OPF_CHANGE }, // OP_NR_SUB
|
||||
};
|
||||
|
||||
yankreg_T *get_y_previous(void)
|
||||
{
|
||||
return y_previous;
|
||||
}
|
||||
|
||||
void set_y_previous(yankreg_T *yreg)
|
||||
{
|
||||
y_previous = yreg;
|
||||
}
|
||||
|
||||
/// Translate a command name into an operator type.
|
||||
/// Must only be called with a valid operator name!
|
||||
int get_op_type(int char1, int char2)
|
||||
|
Reference in New Issue
Block a user