pending.nvim/lua/pending
Barrett Ruth 8c90d0ddd1
refactor: remove file token feature (#50)
* refactor: remove file token feature

Problem: The file metadata token (file:<path>:<line>) was implemented
but is no longer wanted.

Solution: Remove all traces — parse.lua token parsing, diff.lua
reconciliation, views.lua LineMeta field, buffer.lua virtual text and
PendingFile highlight, complete.lua omnifunc trigger, init.lua
goto_file/add_here functions and -file edit token, plugin keymaps
<Plug>(pending-goto-file) and <Plug>(pending-add-here), config.lua
goto_file keymap field, vimdoc FILE TOKEN section, and
spec/file_spec.lua.

* ci: format
2026-02-26 22:41:38 -05:00
..
sync refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
buffer.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
complete.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
config.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
diff.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
health.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
init.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
parse.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
textobj.lua feat: text objects and motions for the pending buffer (#39) 2026-02-26 16:28:58 -05:00
views.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00