Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
bookmarks: cannot set customize keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Feb 10, 2021
1 parent abad37c commit f579260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/gh/bookmark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ function! gh#bookmark#list() abort
endfor
endif

call gh#map#apply('gh-buffer-bookmark-list', s:gh_bookmark_list_bufid)

exe printf('augroup gh-bookmark-update-%d', bufnr())
au!
au BufWriteCmd <buffer> call s:bookmark_file_update()
Expand Down
1 change: 1 addition & 0 deletions autoload/gh/map.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function! gh#map#init() abort
\ 'gh-buffer-file': [],
\ 'gh-buffer-gist-list': [],
\ 'gh-buffer-gist': [],
\ 'gh-buffer-bookmark-list': [],
\ }
endfunction

Expand Down

0 comments on commit f579260

Please sign in to comment.