Tuesday, May 28, 2013

Re: use of vim signs

Le mardi 28 mai 2013 09:34:56 UTC+2, Jeroen Budts a écrit :
> -----BEGIN PGP SIGNED MESSAGE-----
>
> Hash: SHA256
>
>
>
> On 05/28/2013 08:17 AM, sinbad wrote:
>
> > i want to use vim signs feature in my day-to-day use of vim,
>
> > besides the typical use of showing break-points or errors in code
>
> > compliation what other things can be done. For example how are you
>
> > using it.
>
> >
>
> I use the quickfixsigns plugin to show markers as signs as well as
>
> changes I made to the file compared to the version under version
>
> control (git).
>
>
>
> http://www.vim.org/scripts/script.php?script_id=2584
>
>
>
> Jeroen
>
>
>
> -----BEGIN PGP SIGNATURE-----
>
> Version: GnuPG v1.4.11 (GNU/Linux)
>
>
>
> iQIcBAEBCAAGBQJRpF4fAAoJEBrqc/v4ufiM5FgP/379t1o2OX0HccEmq3wo6l63
>
> HBmHurmjMmRqUoaaxluu1Ej09yh+J2PL68ZnQJUeqlKEy31FLXrkPetGoUQnwk/D
>
> qWJkr8Kjyk8qvRmZIR295r56YPkLgrhvQ2ae5zJp3+Lw90LWthBIHI7N05K3CU7h
>
> qr+w+sJdsW4hWsU1oneP01v2qOlVszcuePBXkeOhrJ1kK/jIrDuKNLAl8yaMccdz
>
> i8yiMnaGoYMZGmdvCgzWTQsqKXMVtRWd8f3xgX5FWQOtDvGjOihxf1/vOmfp/DW9
>
> iI1l76M1ZQbWBGPD52RvohkwE4Laxj3oSb9JOLlV00E30HmpLyuvFIhJ6RB/16pR
>
> MOxmnxE80UjSY/zTG2ZqCD8GQnVMBIzJI5jrskH7MbRexvu/4htwRNh8gElDrxpX
>
> QfyuMogVEASY/XS2NEKxvjAin65j/Ezbd4FxrYX2TwQEn117AXrz+AGWoLt1Jdq1
>
> gBFcpw3t+7QGXen7IowGcWO6GzdYRIjSchi7Cmx0u4mORO2zWG3SgkncXf9LGufp
>
> 9HSTCPoF3ztXM0N9/+e4tlKQOGq7/8S80qBcQXRL0CLI44CkJ2eINcnbHYb2+z7S
>
> gB9QOBAGEoiYPJeeltcDnd3T18obN5QfM0Arfz7RKiiivb80PH43ETVY1KdvrP6V
>
> 0Vb4yWbrbc7mjwkRhMRW
>
> =pMHp
>
> -----END PGP SIGNATURE-----

Nice plugin. I've just installed it and use it for a couple of hours. Here are my settings in the vimrc file:

" quickfixsigns
let g:quickfixsigns_classes = ['qfl', 'loc', 'vcsdiff']
" Show the signs column even if it is empty
autocmd BufEnter * sign define dummy
autocmd BufEnter * execute 'sign place 9999 line=1 name=dummy buffer=' . bufnr('')

--
--
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 received this message because 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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: