Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.285v7.3.285 | Bram Moolenaar | 2011-08-19 | 1 | -18/+24 |
| | | | | | Problem: Mapping <Char-123> no longer works. Solution: Properly check for "char-". Add a test for it. | ||||
* | updated for version 7.3.284v7.3.284 | Bram Moolenaar | 2011-08-17 | 1 | -13/+30 |
| | | | | | | Problem: The str2special() function doesn't handle multi-byte characters properly. Solution: Recognize multi-byte characters. (partly by Vladimir Vichniakov) | ||||
* | updated for version 7.3.264v7.3.264 | Bram Moolenaar | 2011-07-27 | 1 | -4/+6 |
| | | | | | | | | Problem: When the current directory name contains wildcard characters, such as "foo[with]bar", the tags file can't be found. (Jeremy Erickson) Solution: When searching for matching files also match without expanding wildcards. This is a bit of a hack. | ||||
* | updated for version 7.3.242v7.3.242 | Bram Moolenaar | 2011-07-07 | 1 | -2/+2 |
| | | | | | | Problem: Illegal memory access in after_pathsep(). Solution: Check that the pointer is not at the start of the file name. (Dominique Pelle) | ||||
* | updated for version 7.3.240v7.3.240 | Bram Moolenaar | 2011-07-07 | 1 | -0/+19 |
| | | | | | | Problem: External commands can't use pipes on MS-Windows. Solution: Implement pipes and use them when 'shelltemp' isn't set. (Vincent Berthoux) | ||||
* | updated for version 7.3.239v7.3.239 | Bram Moolenaar | 2011-07-07 | 1 | -16/+26 |
| | | | | | | Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win(). | ||||
* | updated for version 7.3.160v7.3.160 | Bram Moolenaar | 2011-04-11 | 1 | -0/+22 |
| | | | | | | Problem: Unsafe string copying. Solution: Use vim_strncpy() instead of strcpy(). Use vim_strcat() instead of strcat(). | ||||
* | updated for version 7.3.076v7.3.076 | Bram Moolenaar | 2010-12-08 | 1 | -2/+7 |
| | | | | | Problem: Clang warnings for dead code. Solution: Remove it. (Carlo Teubner) | ||||
* | Avoid warnings from the clang compiler. (Dominique Pelle) | Bram Moolenaar | 2010-08-13 | 1 | -4/+4 |
| | |||||
* | Update help about wildcards in 'tags' option. | Bram Moolenaar | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | Fix: 'suffixesadd' was used for finding tags file. | Bram Moolenaar | 2010-08-08 | 1 | -2/+8 |
| | |||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -21/+0 |
| | |||||
* | After entering a crypt key would need to hit return to continue. | Bram Moolenaar | 2010-08-04 | 1 | -1/+1 |
| | | | | When silencing a message it would still clear a kept message. | ||||
* | Make :find completion consistent between Unix and MS-Windows. Add a test. | Bram Moolenaar | 2010-08-04 | 1 | -0/+30 |
| | | | | (Nazri Ramliy) | ||||
* | Fixes for coverity warnings. | Bram Moolenaar | 2010-07-31 | 1 | -2/+3 |
| | |||||
* | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | 2010-07-25 | 1 | -2/+6 |
| | |||||
* | Avoid error when exiting in diff mode with EXITFREE defined. | Bram Moolenaar | 2010-07-20 | 1 | -1/+2 |
| | |||||
* | Change 'cryptmethod' from a number to a string option. Make it global-local. | Bram Moolenaar | 2010-07-20 | 1 | -0/+35 |
| | |||||
* | Crypt the swapfile. | Bram Moolenaar | 2010-06-21 | 1 | -0/+55 |
| | |||||
* | Optimize the blowfish crypt/decrypt code a bit more. | Bram Moolenaar | 2010-06-02 | 1 | -19/+15 |
| | |||||
* | Made crypt/decrypt faster. | Bram Moolenaar | 2010-06-01 | 1 | -22/+70 |
| | |||||
* | Add test for gettabvar() and settabvar(). | Bram Moolenaar | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | A few more fixes for undo file. Split test in two parts so that it doesn't | Bram Moolenaar | 2010-05-30 | 1 | -8/+9 |
| | | | | fail with tiny features. | ||||
* | Various improvements to undo file code to make it more robust. | Bram Moolenaar | 2010-05-29 | 1 | -3/+3 |
| | |||||
* | Fix a few more things for persistent undo. | Bram Moolenaar | 2010-05-29 | 1 | -0/+162 |
| | |||||
* | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | 2010-05-24 | 1 | -1/+1 |
| | | | | A few minor changes. | ||||
* | Fix wrong memory access when clearing crypt key. | Bram Moolenaar | 2010-05-22 | 1 | -3/+3 |
| | |||||
* | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | 2010-05-16 | 1 | -11/+41 |
| | |||||
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 1 | -0/+51 |
| | |||||
* | updated for version 7.2-324v7.2.324 | Bram Moolenaar | 2009-12-31 | 1 | -0/+2 |
| | |||||
* | updated for version 7.2-306v7.2.306 | Bram Moolenaar | 2009-11-25 | 1 | -0/+1 |
| | |||||
* | updated for version 7.2-290v7.2.290 | Bram Moolenaar | 2009-11-11 | 1 | -6/+11 |
| | |||||
* | updated for version 7.2-279v7.2.279 | Bram Moolenaar | 2009-11-03 | 1 | -3/+3 |
| | |||||
* | updated for version 7.2-178v7.2.178 | Bram Moolenaar | 2009-05-16 | 1 | -10/+9 |
| | |||||
* | updated for version 7.2-161v7.2.161 | Bram Moolenaar | 2009-04-29 | 1 | -2/+3 |
| | |||||
* | updated for version 7.2-139v7.2.139 | Bram Moolenaar | 2009-03-11 | 1 | -2/+9 |
| | |||||
* | updated for version 7.2-126v7.2.126 | Bram Moolenaar | 2009-02-24 | 1 | -0/+6 |
| | |||||
* | updated for version 7.2-087v7.2.087 | Bram Moolenaar | 2009-01-22 | 1 | -1/+2 |
| | |||||
* | updated for version 7.2-073v7.2.073 | Bram Moolenaar | 2008-12-24 | 1 | -4/+6 |
| | |||||
* | updated for version 7.2-035v7.2.035 | Bram Moolenaar | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2-010v7.2.010 | Bram Moolenaar | 2008-09-06 | 1 | -4/+0 |
| | |||||
* | updated for version 7.2b-018v7.2b.018 | Bram Moolenaar | 2008-07-24 | 1 | -1/+12 |
| | |||||
* | updated for version 7.2b-005v7.2b.005 | Bram Moolenaar | 2008-07-16 | 1 | -1/+24 |
| | |||||
* | updated for version 7.2a-013v7.2a.013 | Bram Moolenaar | 2008-07-04 | 1 | -7/+21 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -17/+11 |
| | |||||
* | updated for version 7.1-289v7.1.289 | Bram Moolenaar | 2008-04-01 | 1 | -2/+6 |
| | |||||
* | updated for version 7.1-256v7.1.256 | Bram Moolenaar | 2008-02-20 | 1 | -218/+232 |
| | |||||
* | updated for version 7.1-203v7.1.203 | Bram Moolenaar | 2008-01-04 | 1 | -2/+7 |
| | |||||
* | updated for version 7.1-161v7.1.161 | Bram Moolenaar | 2007-11-24 | 1 | -7/+20 |
| | |||||
* | updated for version 7.1-153v7.1.153 | Bram Moolenaar | 2007-11-08 | 1 | -0/+4 |
| |