File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/hls-tactics-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ nnoremap <silent> ]h :<C-U>call <SID>JumpToNextHole()<CR>
5656" <leader>d to perform a pattern match, <leader>n to fill a hole
5757nnoremap <silent> <leader>d :<C-u>set operatorfunc=<SID>WingmanDestruct<CR>g@l
5858nnoremap <silent> <leader>n :<C-u>set operatorfunc=<SID>WingmanFillHole<CR>g@l
59-
60- " beta only
6159nnoremap <silent> <leader>r :<C-u>set operatorfunc=<SID>WingmanRefine<CR>g@l
6260nnoremap <silent> <leader>c :<C-u>set operatorfunc=<SID>WingmanUseCtor<CR>g@l
6361nnoremap <silent> <leader>a :<C-u>set operatorfunc=<SID>WingmanDestructAll<CR>g@l
Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ parseFeatureSet
4949-- | Features that are globally enabled for all users.
5050defaultFeatures :: FeatureSet
5151defaultFeatures = S. fromList
52- [
52+ [ FeatureDestructAll
53+ , FeatureUseDataCon
54+ , FeatureRefineHole
5355 ]
5456
5557
You can’t perform that action at this time.
0 commit comments