We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c82bc8 commit cdecda7Copy full SHA for cdecda7
autoload/ddc/map.vim
@@ -41,7 +41,7 @@ function ddc#map#complete_common_string() abort
41
endif
42
43
" Create new undo point
44
- let &undolevels = &undolevels
+ let &l:undolevels = &l:undolevels
45
46
let chars = ''
47
" NOTE: Change backspace option to work <BS> correctly
@@ -91,7 +91,7 @@ function ddc#map#insert_item(number) abort
91
92
93
94
95
96
97
0 commit comments