" Create the `b:undo_ftplugin` variable if it doesn't exist call ftplugined#check_undo_ft() " Use h/l to go to the previous/next non-empty quickfix or location list nnoremap h :call quickfixed#older() let b:undo_ftplugin.='|nunmap h' nnoremap l :call quickfixed#newer() let b:undo_ftplugin.='|nunmap l'