kalvinC / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

boolean to keep the sign column open at all times #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature request:

It'd be nice to have an option to keep the sign column open at all times, so 
the window doesn't have to be redrawn when all signs are gone.  This could be a 
boolean like 'autohidesigncol', or (if you can change the width of the sign 
column) it could be a number like 'foldcolumn' is.

Original issue reported on code.google.com by j...@bendyworks.com on 5 Mar 2013 at 9:05

GoogleCodeExporter commented 9 years ago
Hello, 
Could you give, more details, the context, an example ? This option is for the 
folding feature ?
Thanks !

Original comment by Go.Zu...@gmail.com on 8 Mar 2013 at 6:56

GoogleCodeExporter commented 9 years ago
The desire here is to avoid the text shifting to the left (which can be 
slightly jarring) when the last :sign is 'unplace'd.

Original comment by j...@bendyworks.com on 9 Mar 2013 at 1:21

GoogleCodeExporter commented 9 years ago
Exactly.  I'd like to see this feature too.

Original comment by jszakmei...@gmail.com on 9 Mar 2013 at 1:28

GoogleCodeExporter commented 9 years ago
I would like this too.  Just about every plugin which uses signs has to include 
a hack to emulate sign-column-always-present behaviour.  (The hack is to add a 
dummy sign to a non-existent line.)  It would be much better to have this 
supported natively in Vim.

Furthermore there are sometimes text glitches when hiding/showing the sign 
column.  Being able to have the sign column always present would reduce the 
opportunities for this to happen.

Original comment by b...@airbladesoftware.com on 22 Aug 2013 at 7:12

GoogleCodeExporter commented 9 years ago
It is awesome idea. It's pretty annoying to have text shifting all the time

Original comment by sheme...@gmail.com on 29 Apr 2014 at 11:07

GoogleCodeExporter commented 9 years ago
Note, there is already a patch available at 
https://groups.google.com/d/msg/vim_dev/CrBId6DRbvo/RafV2hAQUGkJ

Original comment by chrisbr...@googlemail.com on 30 Apr 2014 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by chrisbr...@googlemail.com on 9 Jan 2015 at 12:20