Re: RIP Bram

2023-08-05 Thread Magnus Woldrich
Noo! What a chock! What happens now with the vim project? On Sat, Aug 5, 2023, 4:08 PM Salman Halim wrote: > Didn't even know he was unwell! Quite a shock, really. > > Salman > > On Sat, Aug 5, 2023, 10:01 gra...@gmail.com wrote: > >> Very sad to hear. >> >>

Re: Temporarily edit a vim document without actually changing file

2021-09-09 Thread Magnus Woldrich
That's the default behavior. Nothing is written to disk unless you tell it to. On Thu, Sep 9, 2021, 13:11 Julius Hamilton wrote: > Hey, > > I was curious, is there any mode or plug-in in Vim where you could preview > the result of a command, for example a global search and replace function, >

Re: Print the reference manual

2021-04-22 Thread Magnus Woldrich
On Thu, Apr 22, 2021, 19:29 Tony Mechelynck wrote: > > That would be a very heavy printout, and you would want a page break > between each pair of files. > It's not THAT bad: https://twitter.com/wantarray/status/1359142140673220609?s=19 :) -- -- You received this message from the "vim_use"

Re: Make the exclamation mark always bold

2020-07-16 Thread Magnus Woldrich
use you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to vim_use+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vim_use/CA

Re: Personal syntax highligth for ToDo and else.

2019-04-23 Thread Magnus Woldrich
ntax-todo https://github.com/trapd00r/vim-syntax-tidningsbud might give you a head start. -- Magnus Woldrich japh@freenode http://japh.se https://github.com/trapd00r -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the te

Re: how to display current syntax and highlight items

2019-02-12 Thread Magnus Woldrich
Here you go: https://github.com/trapd00r/configs/blob/master/vim/nancy/000-functions.vim#L159 -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You

Re: I need to fool vim to think buffer starts at column n

2018-12-03 Thread Magnus Woldrich
Gary, Tim, Thank you for your suggestions. The %>8c trick works, and I also found another way: :%s;\v\./\zs;; However: Since I don't want to type this every time, I made a cnoremap like so: cnoremap %s %s/\v\.\/\zs Which works, but what about all other operations that you can do on a

I need to fool vim to think buffer starts at column n

2018-12-03 Thread Magnus Woldrich
Hi list, I'd like to stop vim from modifying the first n columns of a buffer, no matter what I do in it. Consider the following data, where the number isn't vims internal line numbers, but actual data: 50 ./bin/ 51 ./cgi/ 52 ./dev/ 53 ./devlaleh/ 54 ./emu/ 55 ./etc/ Now, I'd want

Re: libvterm color palette

2017-09-24 Thread Magnus Woldrich
Check out colorcoke[0] (for a user interface) and Term-ExtendedColor-Xresources[1] for how you can redefine all terminal colors. Pretty picture: http://devel.japh.se/App-Colorcoke/next2.png [0]: https://github.com/trapd00r/colorcoke [1]: https://github.com/trapd00r/Term-ExtendedColor-Xresources

Re: textwidth is fastened at 78, and "Function MyDiff already exists" message pops up when configuration update

2016-09-20 Thread Magnus Woldrich
On Sep 20, 김재학 (김재학) wrote: when I command 'set tw=120' , it has no effect. Always textwidth is 78 in (*.txt), and 0 in (*.c) editor is not compatible and nopaste , but I don't understand why this happening is happened tw is probably set somewhere else; check: :verbose set tw? message

Re: print vim syntax highlighted text to stdout using ansi color

2012-07-01 Thread Magnus Woldrich
happening can be an idea, and maybe the -D flag for vim can be useful. Have you asked about your issue in the #vim channel on freenode? There's a lot of mac{,vim} users, so someone might have an idea. -- Magnus Woldrich m...@japh.se, woldr...@cpan.org irc: japh on freenode, oftc uri: http

Re: Using vim to syntax highlight stdin

2012-05-22 Thread Magnus Woldrich
On May 22, Scott (Scott) wrote: Is there any way to get it to read from stdin? eg. ./myprog | blob.vim -c setl filetype=log - What's blob.vim? With the script I linked, just do something like v '-c set ft=log' - -- Magnus Woldrich m...@japh.se, woldr...@cpan.org irc: scp1 on freenode

Re: Using vim to syntax highlight stdin

2012-05-21 Thread Magnus Woldrich
-- Magnus Woldrich m...@japh.se, woldr...@cpan.org irc: scp1 on freenode uri: http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: print vim syntax highlighted text to stdout using ansi color

2012-05-12 Thread Magnus Woldrich
/vim_cat.png [0]: https://github.com/trapd00r/utils/blob/master/v -- Magnus Woldrich m...@japh.se, woldr...@cpan.org irc: scp1 on freenode uri: http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Cool error message

2012-03-29 Thread Magnus Woldrich
Guru Meditation: Good old Amiga... :-) -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Some small things

2012-03-13 Thread Magnus Woldrich
On Mar 13, Jostein Berntsen (Jostein Berntsen) wrote: 1. When I do C-A on a number to increment this works well, except when incrementing 07. This results in 010 instead of 08 that would have been natural. Is this an error? No, a leading zero indicates that the number in question is

Re: View dotted lines TABS

2011-11-14 Thread Magnus Woldrich
I want to display the indentation line as dotted lines . See :h 'listchars. -- │ Magnus Woldrich │ m...@japh.se │ http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: printfont doesn't change font only height on Linux

2011-10-28 Thread Magnus Woldrich
annoying. -- │ Magnus Woldrich │ m...@japh.se │ http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: VimConf

2011-08-31 Thread Magnus Woldrich
On 2011-08-30 11:08, Joey Beninghove wrote: Hi folks, I'm the one who started all this craziness last night. :) It's been an idea I've had for a while now and figured I'd start to see if anybody would be interested in something like this. I'd love to get your feedback. Interesting. However,

Re: Custom Syntax

2011-07-09 Thread Magnus Woldrich
definiations? I've tried searching for this sort of thing, but it looks as if most people start syntax files from scratch. You can use the after/ directory; place your definitions in $VIMRUNTIME/after/syntax/$filetype.vim for example. See :h after-directory -- │ Magnus Woldrich │ m...@japh.se

Re: Vim statusline examples with screenshots?

2011-07-06 Thread Magnus Woldrich
://github.com/trapd00r/configs/blob/master/vim/after/plugin/statusline.vim -- │ Magnus Woldrich │ m...@japh.se │ http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: Any non-programmer users of Vim here?

2011-04-12 Thread Magnus Woldrich
So when copy pasting a long part of code, it's not very convenient. But I'm sure there is a way to do that also with vim. Just didn't find it yet. If you have any ideas, please share. :set paste :h paste -- Magnus Woldrich m...@japh.se http://japh.se -- You received this message from

Re: Any non-programmer users of Vim here?

2011-04-07 Thread Magnus Woldrich
://code.google.com/p/apvlv/ 4: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki 5: https://github.com/trapd00r/pimpd 6: http://dactyl.sourceforge.net/pentadactyl/ -- Magnus Woldrich m...@japh.se http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below

Re: Any non-programmer users of Vim here?

2011-04-07 Thread Magnus Woldrich
be afraid to ask. The #vim channel on freenode is also a great place for a more realtime alternative. -- Magnus Woldrich m...@japh.se http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information

Re: Any non-programmer users of Vim here?

2011-04-07 Thread Magnus Woldrich
Vim when writing the Perl Cookbook [0] (his co-author Nathan Torkington used emacs). 0: http://oreilly.com/catalog/9781565922433/ -- Magnus Woldrich m...@japh.se http://japh.se -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying