Skip to content

Tags: dyng/ctrlsf.vim

Tags

v2.6.0

Toggle v2.6.0's commit message
v2.6.0

- [feature] Fzf integration
- [feature] Mappings to navigate to first match in next file
- [feature] Result folding
- [feature] "Local" window position options
- [feature] Preview window position options
- [feature] Size and postion options for compact view
- [feature] Auto previewing
- [feature] Hidden argument to search hidden files and directories
- [feature] Option to follow symlinks
- [fix] Fix setting a pattern that matches an option
- [fix] Fix ctrlsf_extra_root_markers issue
- [fix] Fix shellescape issue on windows
- [fix] Fix resizing terminal window cause a blank area
- [fix] Fix async timer doesn't end

v2.1.2

Toggle v2.1.2's commit message
Change Log:

Fix:
- 'setbufline()' is broken in edge case
- unable to switch view mode

v2.1.0

Toggle v2.1.0's commit message
Change Log

Feature:
- add support for NeoVim

v2.0.2

Toggle v2.0.2's commit message
Change Log

Feature:
- add search status in header line

Fix:
- add self-check for 'setbufline' function

v2.0.1

Toggle v2.0.1's commit message
Change Log

Fix:
- fix duplicate tag
- disable async search for NeoVim

v2.0.0

Toggle v2.0.0's commit message
Change Log

Feature:
- add support for synchronous searching
- change order of perferred backend
- add ':CtrlSFFocus' command

v1.9.0

Toggle v1.9.0's commit message
Change Log

Feature:
- add compact view
- add auto word boudary surrounding
- add file support for rg

v1.8.3

Toggle v1.8.3's commit message
Change Log:

Feature:
- add support for ripgrep

Fix:
- fix conflict with vim-matchopen

v1.8.2

Toggle v1.8.2's commit message
Change Log:

Bugfix:
- error message is not properly displayed.
- possibly discarding changes by hitting Enter key accidentally.

v1.8.1

Toggle v1.8.1's commit message
Change Log:

Feature:
- Warn user before quitting if there is any unsaved change.

Bugfix:
- Add help info for shortcut 'P'.