File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,4 +124,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
124124Public License for more details.
125125
126126You should have received a copy of the GNU General Public License along
127- with this program. If not, see < http ://www.gnu.org/licenses/> .
127+ with this program. If not, see < https ://www.gnu.org/licenses/> .
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ function! s:quickfix_toggle(...)
458458 nnoremap <silent> <buffer> <tab> <c-w><c-w>
459459 execute ' nnoremap <silent> <buffer> q :' l: list .' close<CR>'
460460 " Note that the following settings do not persist (e.g., when you close and re-open the quickfix window).
461- " See: http ://superuser.com/questions/356912/how-do-i-change-the-quickix-title-status-bar-in-vim
461+ " See: https ://superuser.com/questions/356912/how-do-i-change-the-quickix-title-status-bar-in-vim
462462 if g: ledger_qf_hide_file
463463 setl conceallevel= 2
464464 setl concealcursor= nc
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
395395Public License for more details.
396396
397397You should have received a copy of the GNU General Public License along
398- with this program. If not, see <http ://www.gnu.org/licenses/ >.
398+ with this program. If not, see <https ://www.gnu.org/licenses/ >.
399399
400400
401401vim:ts=8 sw=8 noexpandtab tw=78 ft=help:
You can’t perform that action at this time.
0 commit comments