Commit History

Author SHA1 Message Date
  Michael Henry 78ce3c6a0d Add MRU garbage collection. 10 months ago
  Michael Henry df4382488b Perform startup-time initialization immediately. 10 months ago
  Michael Henry df1acd7571 Remove old MRU algorithm. 10 months ago
  Michael Henry fbf06fe828 Remove undocumented `m` mapping used for debugging old MRU algorithm. 10 months ago
  Michael Henry 1a76c2b459 Stop calling `s:Reset()`, fixing #8 and #87. 10 months ago
  Michael Henry 7f0d087a4c Migrate "show buffers for this tab" feature to new MRU algorithm. 10 months ago
  Michael Henry 963c984fa6 Migrate BufExplorer closing to new MRU algorithm. 10 months ago
  Michael Henry 6c176d4593 Migrate MRU sorting to new MRU algorithm. 10 months ago
  Michael Henry 6ab11347f6 Provide efficient method to lookup MRU ordering for a buffer number. 10 months ago
  Michael Henry aef98e422f Determine the listed buffers for the current tab. 10 months ago
  Michael Henry 670b924572 Track MRU state. 10 months ago
  Michael Henry 19b9052912 Add MRU data structures. 10 months ago
  Michael Henry 50635f3cc4 Add support for per-tab IDs. 10 months ago
  Michael Henry b58b623803 Gather logic to clear excess lines into `s:BuildBufferList()`. 10 months ago
  Michael Henry 75c56b205c Restore `B` command. 10 months ago
  Michael Henry 4ab055ad4f Add `BufExplorer_eval()` and `BufExplorer_execute()` for debugging. 10 months ago
  jlanzarotta 93ad8af26d docs: documentation 10 months ago
  jlanzarotta 8170aaa907 Merge pull request #119 from drmikehenry/sort-display 10 months ago
  jlanzarotta 0e84d31c93 Update README.md 10 months ago
  jlanzarotta 5223be68c3 Update README.md 10 months ago
  jlanzarotta 9a1fd52ca2 Update README.md 10 months ago
  Michael Henry de92b107ca Defer calculating buffer details until we know the user wants them. 10 months ago
  Michael Henry 3a6679a96c Consolidate name-related logic into `s:CalculateBufferDetails`. 10 months ago
  Michael Henry 8e360db335 Defer padding until calculating the displayable list. 10 months ago
  Michael Henry 95133ce38d Use `buf.fullpath` and `buf.isdir` for icons. 10 months ago
  Michael Henry 94b7d77e3f Dispatch sorting by calculating the key function's name. 10 months ago
  Michael Henry 24b896bfd3 Implement sorting by `number` using key-based sort routine. 10 months ago
  Michael Henry 30a23b60ae Implement sorting by `mru` using key-based sort routine. 10 months ago
  Michael Henry 171a12b5c6 Implement sorting by `extension` using key-based sort routine. 10 months ago
  Michael Henry fa6bab328e Implement sorting by `name` using key-based sort routine. 10 months ago