Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: WinChua/vim

Tags

v8.2.2009

Toggle v8.2.2009's commit message
patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes prob…

…lems

Problem:    MS-Windows: setting $LANG in gvimext only causes problems.
Solution:   Do not set $LANG. (Ken Takata, closes vim#7325)

v8.2.2008

Toggle v8.2.2008's commit message
patch 8.2.2008: MS-Windows GUI: handling channel messages lags

Problem:    MS-Windows GUI: handling channel messages lags.
Solution:   Reduce the wait time from 100 to 10 msec. (closes vim#7097)

v8.2.2007

Toggle v8.2.2007's commit message
patch 8.2.2007: test for insert mode in popup is not reliable

Problem:    Test for insert mode in popup is not reliable.
Solution:   Wait for the popup to disappear. (Ozaki Kiichi, closes vim#7321)

v8.2.2006

Toggle v8.2.2006's commit message
patch 8.2.2006: .pbtxt files are not recognized

Problem:    .pbtxt files are not recognized.
Solution:   Recognize .pbtxt as protobuf text buffers. (closes vim#7326)

v8.2.2005

Toggle v8.2.2005's commit message
patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properly

Problem:    Redoing a mapping with <Cmd> doesn't work properly.
Solution:   Fill the redo buffer.  Use "<SNR>" instead of a key code.
            (closes vim#7282)

v8.2.2004

Toggle v8.2.2004's commit message
patch 8.2.2004: compiler warning for uninitialized variable

Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize "ufunc". (John Marriott)

v8.2.2003

Toggle v8.2.2003's commit message
patch 8.2.2003: build error with +conceal but without +popupwin

Problem:    Build error with +conceal but without +popupwin.
Solution:   Add #ifdef. (Tom Ryder, closes vim#7316)

v8.2.2002

Toggle v8.2.2002's commit message
patch 8.2.2002: Vim9: lambda argument shadowed by function name

Problem:    Vim9: lambda argument shadowed by function name.
Solution:   Let function name be shadowed by lambda argument. (closes vim#7313)

v8.2.2001

Toggle v8.2.2001's commit message
patch 8.2.2001: Vim9: :def function does not apply 'maxfuncdepth'

Problem:    Vim9: :def function does not apply 'maxfuncdepth'.
Solution:   Use 'maxfuncdepth'. (issue vim#7313)

v8.2.2000

Toggle v8.2.2000's commit message
patch 8.2.2000: Vim9: dict.key assignment not implemented yet

Problem:    Vim9: dict.key assignment not implemented yet.
Solution:   Implement dict.key assignment. (closes vim#7312)