Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-17 | updated for version 7.3.765 | Bram Moolenaar | |
Problem: Segfault when doing "cclose" on BufUnload in a python function. (Sean Reifschneider) Solution: Skip window with NULL buffer. (Christian Brabandt) | |||
2012-11-28 | updated for version 7.3.733 | Bram Moolenaar | |
Problem: Tests fail when including MzScheme. Solution: Change #ifdefs for vim_main2(). | |||
2012-04-25 | updated for version 7.3.508 | Bram Moolenaar | |
Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard' before the main loop. (Ingo Karkat) | |||
2012-03-28 | updated for version 7.3.484 | Bram Moolenaar | |
Problem: The -E and --echo-wid command line arguments are not mentioned in "vim --help". Solution: Add the help lines. (Dominique Pelle) | |||
2012-02-12 | updated for version 7.3.441 | Bram Moolenaar | |
Problem: Newer versions of MzScheme (Racket) require earlier (trampolined) initialisation. Solution: Call mzscheme_main() early in main(). (Sergey Khorev) | |||
2011-12-08 | updated for version 7.3.369 | Bram Moolenaar | |
Problem: When compiled with Gnome get an error message when using --help. Solution: Don't fork. (Ivan Krasilnikov) | |||
2011-10-04 | updated for version 7.3.330 | Bram Moolenaar | |
Problem: When longjmp() is invoked if the X server gives an error the state is not properly restored. Solution: Reset vgetc_busy. (Yukihiro Nakadaira) | |||
2011-05-10 | updated for version 7.3.187 | Bram Moolenaar | |
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. | |||
2011-04-11 | updated for version 7.3.161 | Bram Moolenaar | |
Problem: Items on the stack may be too big. Solution: Make items static or allocate them. | |||
2011-03-22 | updated for version 7.3.143 | Bram Moolenaar | |
Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov) | |||
2011-02-15 | updated for version 7.3.123 | Bram Moolenaar | |
Problem: ml_get error when executing register being recorded into, deleting lines and 'conceallevel' is set. (ZyX) Solution: Don't redraw a line for concealing when it doesn't exist. | |||
2010-12-17 | updated for version 7.3.085 | Bram Moolenaar | |
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast. | |||
2010-11-16 | updated for version 7.3.061 | Bram Moolenaar | |
Problem: Remote ":drop" does not respect 'autochdir'. (Peter Odding) Solution: Don't restore the directory when 'autochdir' is set. (Benjamin Fritz) | |||
2010-09-29 | updated for version 7.3.016 | Bram Moolenaar | |
Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye) | |||
2010-08-08 | Remove unused code. | Bram Moolenaar | |
2010-07-25 | Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens) | Bram Moolenaar | |
2010-07-24 | Add the 'undoreload' option to be able to undo a file reload. | Bram Moolenaar | |
2010-07-23 | Add the 'concealcursor' option to decide when the cursor line is to be | Bram Moolenaar | |
concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'. | |||
2010-07-19 | Rename w_p_conceal to w_p_conc for consistency. | Bram Moolenaar | |
2010-07-17 | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | |
2010-07-14 | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | |
2010-07-14 | Missing piece for Mac console clipboard support. (Bjorn Winckler) | Bram Moolenaar | |
2010-07-02 | Make updating text for conceal mode simpler. A few compiler warning fixes. | Bram Moolenaar | |
2010-06-25 | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | |
2010-06-22 | Fix compiler warnings for shadowed variables. Make 'conceal' a long instead | Bram Moolenaar | |
of int. | |||
2010-06-21 | Crypt the swapfile. | Bram Moolenaar | |
2010-05-28 | Don't execute some autocommands when v:dying is 2 or more. | Bram Moolenaar | |
2010-05-24 | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | |
A few minor changes. | |||
2010-05-22 | Add :nbstart and :nbclose. | Bram Moolenaar | |
2010-05-22 | Included the patch to support netbeans in a terminal. | Bram Moolenaar | |
2010-05-21 | Other solution for GTK not changing the locale. | Bram Moolenaar | |
2010-05-16 | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | |
2010-05-07 | updated for version 7.2.415 | Bram Moolenaar | |
Problem: Win32: Can't open a remote file when starting Vim. Solution: Don't invoke cygwin_conv_path() for URLs. (Tomoya Adachi) | |||
2009-12-16 | updated for version 7.2-318 | Bram Moolenaar | |
2009-11-17 | updated for version 7.2-296 | Bram Moolenaar | |
2009-11-11 | updated for version 7.2-286 | Bram Moolenaar | |
2009-11-03 | updated for version 7.2-269 | Bram Moolenaar | |
2009-05-26 | updated for version 7.2-191 | Bram Moolenaar | |
2009-05-17 | updated for version 7.2-180 | Bram Moolenaar | |
2008-11-28 | updated for version 7.2-055 | Bram Moolenaar | |
2008-11-20 | updated for version 7.2-047 | Bram Moolenaar | |
2008-11-15 | updated for version 7.2-041 | Bram Moolenaar | |
2008-11-09 | updated for version 7.2-031 | Bram Moolenaar | |
2008-09-18 | updated for version 7.2-020 | Bram Moolenaar | |
2008-07-24 | updated for version 7.2b-017 | Bram Moolenaar | |
2008-07-24 | updated for version 7.2b-012 | Bram Moolenaar | |
2008-07-13 | updated for version 7.2b-000 | Bram Moolenaar | |
2008-06-29 | updated for version 7.2a-009 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-03-16 | updated for version 7.1-283 | Bram Moolenaar | |