Skip to content

Commit 8ab396a

Browse files
chore(doc): automatic vimdoc update (#268)
Co-authored-by: s1n7ax <18459807+s1n7ax@users.noreply.github.com>
1 parent 5d3a1d5 commit 8ab396a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/nvim-java.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ REFACTOR ~
155155
- `JavaRefactorExtractConstant` - Create a constant from the value at cursor/selection
156156
- `JavaRefactorExtractMethod` - Create a method from the value at cursor/selection
157157
- `JavaRefactorExtractField` - Create a field from the value at cursor/selection
158-
- `JavaRefactorConvertVariableToField` - Change a local variable to field
159158

160159

161160
SETTINGS ~
@@ -283,12 +282,6 @@ REFACTOR ~
283282
require('java').refactor.extract_field()
284283
<
285284

286-
- `convert_variable_to_field` - Change a local variable to field
287-
288-
>lua
289-
require('java').refactor.convert_variable_to_field()
290-
<
291-
292285

293286
SETTINGS ~
294287

0 commit comments

Comments
 (0)