Skip to content

Commit 9ae2092

Browse files
isovectorjneiramergify[bot]
authored
Wingman feature release (#1735)
Co-authored-by: Javier Neira <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent ef90289 commit 9ae2092

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/hls-tactics-plugin/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5757
nnoremap <silent> <leader>d :<C-u>set operatorfunc=<SID>WingmanDestruct<CR>g@l
5858
nnoremap <silent> <leader>n :<C-u>set operatorfunc=<SID>WingmanFillHole<CR>g@l
59-
60-
" beta only
6159
nnoremap <silent> <leader>r :<C-u>set operatorfunc=<SID>WingmanRefine<CR>g@l
6260
nnoremap <silent> <leader>c :<C-u>set operatorfunc=<SID>WingmanUseCtor<CR>g@l
6361
nnoremap <silent> <leader>a :<C-u>set operatorfunc=<SID>WingmanDestructAll<CR>g@l

plugins/hls-tactics-plugin/src/Wingman/FeatureSet.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ parseFeatureSet
4949
-- | Features that are globally enabled for all users.
5050
defaultFeatures :: FeatureSet
5151
defaultFeatures = S.fromList
52-
[
52+
[ FeatureDestructAll
53+
, FeatureUseDataCon
54+
, FeatureRefineHole
5355
]
5456

5557

0 commit comments

Comments
 (0)