File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,13 @@ Use your favorite plugin manager or dump the files below in their standard locat
3535
3636Don't forget to index the documentation with:
3737
38- :helptags /path/to/vim-qf/doc/
38+ :helptags ~/.vim/doc
39+
40+ on Unix-like systems, or:
41+
42+ :helptags %userprofile%\vimfiles\doc
43+
44+ on Windows.
3945
4046## TODO
4147
Original file line number Diff line number Diff line change 1- " qf. vim - Tame the quickfix window
1+ " vim-qf - Tame the quickfix window
22" Maintainer: romainl <romainlafourcade@gmail.com>
33" Version: 0.0.2
44" License: Vim License (see :help license)
55" Location: after/ftplugin/qf.vim
66" Website: https://github.com/romainl/vim-qf
7+ "
8+ " See qf.txt for help. This can be accessed by doing:
9+ "
10+ " :helptags ~/.vim/doc
11+ " :help qf
712
813let s: save_cpo = &cpo
914set cpo &vim
Original file line number Diff line number Diff line change 1- " qf. vim - Tame the quickfix window
1+ " vim-qf - Tame the quickfix window
22" Maintainer: romainl <romainlafourcade@gmail.com>
3- " Version: 0.0.1
3+ " Version: 0.0.2
44" License: Vim License (see :help license)
55" Location: autoload/qf.vim
66" Website: https://github.com/romainl/vim-qf
77"
88" See qf.txt for help. This can be accessed by doing:
99"
1010" :helptags ~/.vim/doc
11- " :help qf.txt
11+ " :help qf
1212
1313let s: save_cpo = &cpo
1414set cpo &vim
1515
16- " make :cnext/:cprevious and :lnext/:lprevious
1716" wrap around
1817function qf#WrapCommand (direction, prefix)
1918 if a: direction == " up"
Original file line number Diff line number Diff line change 1- " qf. vim - Tame the quickfix window
1+ " vim-qf - Tame the quickfix window
22" Maintainer: romainl <romainlafourcade@gmail.com>
3- " Version: 0.0.1
3+ " Version: 0.0.2
44" License: Vim License (see :help license)
55" Location: plugin/qf.vim
66" Website: https://github.com/romainl/vim-qf
7+ "
8+ " See qf.txt for help. This can be accessed by doing:
9+ "
10+ " :helptags ~/.vim/doc
11+ " :help qf
712
813if exists (" g:loaded_qf" ) || v: version < 703 || &compatible
914 finish
You can’t perform that action at this time.
0 commit comments