Skip to content

Commit

Permalink
master: [feature] add feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Dec 20, 2022
1 parent 86b8d4f commit cdf6151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/common/tool-fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ autocmd VimEnter * command! -bang Colors
\ call fzf#vim#colors({'left': '15%', 'options': '--reverse --margin 30%,0'}, <bang>0)

command! -bang -nargs=* FzfTodo
\ call fzf#vim#ag('[^\w_\$\''''\>](FIXME|TODO|todo|fixme|Todo|ToDo|toDo):?[^\w_\/\(\'''']',
\ call fzf#vim#ag('[^\w_\$\''''\>](FIXME|TODO|todo|fixme|Todo|ToDo|toDo|FEATURE|feature|Feature):?[^\w_\/\(\'''']',
\ <bang>0 ? fzf#vim#with_preview('up:60%')
\ : fzf#vim#with_preview('down', '?'),
\ <bang>0)
Expand Down

0 comments on commit cdf6151

Please sign in to comment.