diff --git a/after.bak/ftplugin/markdown.vim b/after.bak/ftplugin/markdown.vim deleted file mode 100644 index 26727f8..0000000 --- a/after.bak/ftplugin/markdown.vim +++ /dev/null @@ -1,19 +0,0 @@ -" Link completion {{{1 -set omnifunc=denote#completion#get - -" Go to file command |gf| adjustments {{{1 -" This resolves denote links. The function has access to the variable v:fname, -" which corresponds to the filename under the cursor. -function s:DenoteGotoFile() - return v:fname !~ "^denote:" - \ ? v:fname - \ : denote#meta#fileFromNoteId(v:fname[7:]) ?? v:fname -endfunction - -" Denote links are of the form 'denote:'; we require the column. -setlocal isfname+=: -" Set the function to resolve the filename under the cursor (see |gf|). -setlocal includeexpr=s:DenoteGotoFile() - -" Back references command {{{1 -command! DenoteBackReferences :call denote#loclist#references(denote#meta#noteIdFromFile(expand("%:t"))) diff --git a/after.bak/ftplugin/org.vim b/after.bak/ftplugin/org.vim deleted file mode 120000 index 4d7d231..0000000 --- a/after.bak/ftplugin/org.vim +++ /dev/null @@ -1 +0,0 @@ -markdown.vim \ No newline at end of file diff --git a/after.bak/ftplugin/qf.vim.bak b/after.bak/ftplugin/qf.vim.bak deleted file mode 100644 index cb40974..0000000 --- a/after.bak/ftplugin/qf.vim.bak +++ /dev/null @@ -1,8 +0,0 @@ -" Disable spell checking and set up custom mappings. -setlocal nospell - -if getwininfo(win_getid())[0].loclist == 0 - finish -endif -nnoremap q :lclose -nnoremap dd :lremove