macvim-dev / macvim-dev/macvim
Gvimdiff window opens one or two columns smaller every time it is opened
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Vim Script
- Estrellas
- 7.9k
- Forks
- 691
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Steps to reproduce
- From a terminal type
gvimdiff A B(files do not need to exist) - From gvim type
:echo winwidth(0) - Note the value
- Close gvim
- From a terminal type
gvimdiff A B - From gvim type
:echo winwidth(0) - Note the value is less than the previous value
Expected behaviour
Expect the newly opened window to be the same size as the previously closed window.
Version of MacVim
MacVim r181 (Vim 9.1.1128)
MacVim installation method
brew install macvim
Environment
macOS: 15.7.1 (24G231)
mac: MacBook Pro M4
terminal: Version 2.14 (455.1)
Logs and stack traces
Vim and MacVim configuration where issue is reproducable
No response
How was MacVim launched?
- by launching MacVim.app in macOS (by using the Dock, Spotlight, or the
opencommand) - by running mvim/gvim in the terminal
Issue has been tested with clean configuration
- by running
mvim --clean(orgvim, supplied by MacVim distribution). You can also use the File → "New Clean Window" menu item within MacVim. - by running
vim --clean(in terminal, supplied by MacVim distribution) - by running
vim --clean(in terminal, other suppliers, e.g. /usr/bin/vim)
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
En el informe no se identifica ningún archivo fuente ni ninguna prueba. Reproduce la reducción del ancho con gvimdiff A B, compara winwidth(0) entre varios lanzamientos e inspecciona los puntos de entrada del lanzamiento de la GUI de MacVim y de la restauración de ventanas; el trabajo estará terminado cuando los lanzamientos repetidos conserven el ancho de la ventana cerrada anteriormente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- vim
- Área
- desktop
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100