aboutsummaryrefslogtreecommitdiff
path: root/vim
AgeCommit message (Collapse)Author
2009-11-26vim: add support for <Tab> in compose modeBart Trojanowski
this will skip to the next header in insert and normal modes, and behave like <Tab> otherwise.
2009-11-26vim: add support for :NotMuch composeBart Trojanowski
... but it doesn't send yet.
2009-11-26vim: cleanup settings in newBuffer() and make them localBart Trojanowski
2009-11-26vim: add a line splitter that understands quotesBart Trojanowski
this makes it possible to tokenise expressions like :NotMuch compose 'subject: one two three' to:bart@jukie.net
2009-11-26vim: allow for different types of mappings not just normal mode onesBart Trojanowski
2009-11-25vim: fix a case where we started with :NotMuch searchBart Trojanowski
2009-11-25vim: fix some error checking in NM_search_thread_id()Bart Trojanowski
2009-11-25vim: removing debug statementsBart Trojanowski
2009-11-25vim: Space archives/reads and advances to next messageBart Trojanowski
2009-11-25vim: don't use scrolloff/sidesscrolloff in notmuch buffersBart Trojanowski
2009-11-25vim: refactor get_message_for_line out of show_message_idBart Trojanowski
2009-11-25vim: more cleanup and fixes for show_next/previous handlersBart Trojanowski
2009-11-25vim: allow show_next/previous to skip non-matching messagesBart Trojanowski
2009-11-25vim: pass filter expression to add/remove tag functionsBart Trojanowski
2009-11-25vim: fold messages that don't match a queryBart Trojanowski
2009-11-25vim: return nothing instead of failting if there is no message idBart Trojanowski
2009-11-25vim: minor improvements to search screen syntax matchingBart Trojanowski
2009-11-25vim: make timing info a debug optionBart Trojanowski
2009-11-25vim: include stubs for Tab-ing thorugh folds in show viewBart Trojanowski
2009-11-25vim: include search terms when showing messageBart Trojanowski
2009-11-25vim: fix '?' command in message displayBart Trojanowski
2009-11-25vim: fix shell escaping for () in search termsBart Trojanowski
2009-11-25vim: fix column formatting for >9 messages in search viewBart Trojanowski
2009-11-25vim: preserve previous buffer number when refreshing searchBart Trojanowski
2009-11-25vim: add git-diff.vim in README, make syntax work w/o the scriptBart Trojanowski
2009-11-25vim: cleanup tag filteringBart Trojanowski
Given an existing search expression and a regular filter, the resulting search will be: EXISTING AND ( NEW ) With a tag filter each of the tags given will be prefixed with tag: and separated by AND.
2009-11-25vim: cleanup a few minor glitchesBart Trojanowski
2009-11-25vim: fix an error in the logic for finding message under cursor in show screenBart Trojanowski
2009-11-25vim: use ,s for editing search queryBart Trojanowski
(save 'S' for marking things as spam)
2009-11-25vim: have ? show details of what's under cursor in search/show viewsBart Trojanowski
2009-11-25vim: ingore would-be-folds with line count of 1 or fewerBart Trojanowski
2009-11-25vim: added searching for word under cursor with ^]Bart Trojanowski
2009-11-25vim: highlight []-blocks in search viewBart Trojanowski
2009-11-25vim plugin: removed some dead codeBart Trojanowski
2009-11-25vim: place ... more inteligently when shortening 'from' list in searchBart Trojanowski
2009-11-25fix returning to folders after searching a few timesBart Trojanowski
2009-11-25make searching, updates and returning to folder view workBart Trojanowski
2009-11-25add notmuch-folders support modeBart Trojanowski
2009-11-25remove some debug code from NM_cmd_search()Bart Trojanowski
2009-11-25NM_show_prev() -> NM_show_previous()Bart Trojanowski
2009-11-25correct fold line countsBart Trojanowski
2009-11-25keep the ,nmr hack aroundBart Trojanowski
2009-11-25clear the nmap before creating our bindingsBart Trojanowski
2009-11-25don't fold single linesBart Trojanowski
2009-11-25avoid reloading search screen when we add/remove tagsBart Trojanowski
2009-11-25debug code to measure how long calls to system() takeBart Trojanowski
2009-11-25make control-p go to previous messageBart Trojanowski
2009-11-25lot more stubs for future keybindingsBart Trojanowski
2009-11-25implemented folding bodies and headersBart Trojanowski
2009-11-25more endless toil with syntaxBart Trojanowski