summaryrefslogtreecommitdiff
path: root/vim
AgeCommit message (Collapse)Author
2010-11-08vim: include own improved git-diff syntaxFelipe Contreras
The old one wasn't working at all on newer vims. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: run(): optimize non-debug pathFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: use mailx for sendingFelipe Contreras
Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: add option to mark as read + archiveFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: remove add_remove_tags_on_screen()Felipe Contreras
It's not working properly; the current message is jumping around and the tags not really added/removed properly. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: cleanup search syntaxFelipe Contreras
It was *sloooooow*. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: cleanup search bufferFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: add archive support from 'show'Felipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-04-15Fix typo in messageBen Gamari
2010-01-21Install vim plugin with vim-addonsmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2009-12-03vim: preserve the 'show everything' flag when finding next/prev bufferBart Trojanowski
When show mode is invoked it could be displaying just the matched messages or everything. This flag is passed to NM_search_show_thread(). It is then stored in a buffer variable, b:nm_show_everything, and used for subsequent calls to NM_search_show_thread() triggered by <Space>, <C-n> and <C-p>. Signed-off-by: Bart Trojanowski <bart@jukie.net>
2009-12-02vim: use notmuch show --entire-threadBart Trojanowski
2009-11-27vim: use <Space> more consistently in search viewBart Trojanowski
In search view <Space> will show the thead, but folding messages that don't match the current search expression. Conversly, <Enter> always shows all messages in the thread.
2009-11-27vim: make it possible to start a search in show modeBart Trojanowski
2009-11-27vim: don't toggle folds that are inside closed folds in show modeBart Trojanowski
2009-11-27vim: primitive reply to messageBart Trojanowski
2009-11-27vim: primitive reply to threadBart Trojanowski
2009-11-27vim: few compose mode updates, including READMEBart Trojanowski
2009-11-27vim: don't remove headers until after parsing themBart Trojanowski
2009-11-27vim: fix off-by-one error when removing header from message to send outBart Trojanowski
2009-11-27vim: generalize compose buffer function furtherBart Trojanowski
2009-11-27vim: have ,nmr just reload the plugin w/o restarting stateBart Trojanowski
2009-11-27vim: make it possible to replace NM_cobine_tags()Bart Trojanowski
2009-11-27vim: add a helper to combine tag search expressionsBart Trojanowski
2009-11-27vim: README updates and correctionsBart Trojanowski
2009-11-27vim: have '?' show search words in search modeBart Trojanowski
2009-11-27vim: cleanup error messagesBart Trojanowski
2009-11-27vim: fix regexp for cleaning search listBart Trojanowski
2009-11-27vim: force deleting buffersBart Trojanowski
2009-11-27vim: fix message parsing patternsBart Trojanowski
if a message did not contain a trailing CR, we may not be able to match ^\f
2009-11-27vim: implement sending with ,s from compose bufferBart Trojanowski
2009-11-27vim: store previous buffer number when starting to composeBart Trojanowski
2009-11-27vim: make sure headers begin with \wBart Trojanowski
2009-11-27vim: allow overriding how newBuffer is createdBart Trojanowski
2009-11-26vim: replace echo\nreturn with trhow in a few placesBart Trojanowski
2009-11-26vim: make insert in compose mode configurableBart Trojanowski
2009-11-26vim: add a helpful header to notmuch-compose modeBart Trojanowski
2009-11-26vim: syntax highlighting for notmuch-compose modeBart Trojanowski
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