File tree
8 files changed
+22
-18
lines changed- pack
- coding/start
- lsp/start
- shell/start
8 files changed
+22
-18
lines changedSubmodule ale updated from 1ccd99e to 4d132b3
- .github/workflows/linux_neovim.yml+2-2
- .github/workflows/linux_vim.yml+2-2
- .github/workflows/mac_neovim.yml+2-2
- .github/workflows/mac_vim.yml+2-2
- .github/workflows/windows_neovim.yml+2-2
- .github/workflows/windows_vim.yml+2-2
- README.md+1-1
- autoload/lsp/client.vim+7-1
- autoload/lsp/internal/diagnostics/highlights.vim+1-1
- autoload/lsp/ui/vim.vim+1-1
- doc/vim-lsp.txt+7-7
Submodule vim-lsp-settings updated 1 file
- .github/workflows/codeql-analysis.yml+4-4
- .github/workflows/depsreview.yaml+2-2
- .github/workflows/linux.yml+9-3
- .github/workflows/macos.yml+2-2
- .github/workflows/sponsors.yml+1-1
- .github/workflows/typos.yml+2-2
- .tool-versions+1-1
- ADVANCED.md+70-2
- BUILD.md+4-2
- CHANGELOG.md+121-1
- Dockerfile+3-2
- LICENSE+1-1
- Makefile+6-3
- README-VIM.md+10-9
- README.md+55-27
- bin/fzf-preview.sh+1-1
- bin/fzf-tmux+2-2
- doc/fzf.txt+11-22
- go.mod+8-9
- go.sum+25-18
- install+1-1
- install.ps1+1-1
- main.go+1-1
- man/man1/fzf-tmux.1+2-2
- man/man1/fzf.1+120-16
- plugin/fzf.vim+1-1
- shell/key-bindings.zsh+7-5
- src/LICENSE+1-1
- src/actiontype_string.go+129
- src/algo/algo.go+10-5
- src/ansi.go+9
- src/ansi_test.go+3
- src/constants.go-11
- src/core.go+10-5
- src/options.go+81-34
- src/pattern.go+1-2
- src/reader.go+19-35
- src/reader_test.go+2-2
- src/result.go+4-2
- src/result_test.go+1-1
- src/server.go+31-23
- src/terminal.go+227-75
- src/terminal_test.go+46-28
- src/terminal_unix.go+15-1
- src/tui/dummy.go+1
- src/tui/light.go+10-7
- src/tui/tcell.go+15-5
- src/tui/tcell_test.go+4-2
- src/tui/tui.go+8
- src/util/util.go+2-3
- src/util/util_test.go+12
- test/test_go.rb+111-23
+15-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 |
| - | |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
39 | 34 |
| |
40 | 35 |
| |
41 | 36 |
| |
42 | 37 |
| |
43 | 38 |
| |
44 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
49 |
| - | |
| 53 | + | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
|
0 commit comments