summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.280v7.3.280v7-3-280Bram Moolenaar2011-08-104-6/+42
| | | | | Problem: ":lmake" does not update the quickfix window title. Solution: Update the title. (Lech Lorens)
* Added tag v7-3-279 for changeset 342b17608967Bram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.279v7.3.279v7-3-279Bram Moolenaar2011-08-104-7/+20
| | | | | | Problem: With GTK, when gvim is full-screen and a tab is opened and using a specific monitor configuration the window is too big. Solution: Adjust the window size like on MS-Windows. (Yukihiro Nakadaira)
* Added tag v7-3-278 for changeset 6622f28b7e87Bram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.278v7.3.278v7-3-278Bram Moolenaar2011-08-102-3/+4
| | | | | Problem: Passing the file name to open in VisVim doesn't work. Solution: Adjust the index and check for end of buffer. (Jiri Sedlak)
* Added tag v7-3-277 for changeset e5b17a5f6516Bram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.277v7.3.277v7-3-277Bram Moolenaar2011-08-106-17/+60
| | | | | Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
* Added tag v7-3-276 for changeset 37a54a85413eBram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.276v7.3.276v7-3-276Bram Moolenaar2011-08-102-6/+16
| | | | | Problem: GvimExt sets $LANG in the wrong way. Solution: Save the environment and use it for gvim. (Yasuhiro Matsumoto)
* Added tag v7-3-275 for changeset 125c7bf52271Bram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.275v7.3.275v7-3-275Bram Moolenaar2011-08-102-2/+6
| | | | | | Problem: MS-Windows: When using a black background some screen updates cause the window to flicker. Solution: Add WS_CLIPCHILDREN to CreateWindow(). (René Aguirre)
* Added tag v7-3-274 for changeset 1bb6776fa8c4Bram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.274v7.3.274v7-3-274Bram Moolenaar2011-08-102-1/+3
| | | | | Problem: With concealed characters tabs do not have the right size. Solution: Use VCOL_HLC instead of vcol. (Eiichi Sato)
* Added tag v7-3-273 for changeset 7d4e5e31d8c1Bram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.273v7.3.273v7-3-273Bram Moolenaar2011-08-105-1/+32
| | | | | | Problem: A BOM in an error file is seen as text. (Aleksey Baibarin) Solution: Remove the BOM from the text before evaluating. (idea by Christian Brabandt)
* Added tag v7-3-272 for changeset 02f5abca10aeBram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.272v7.3.272v7-3-272Bram Moolenaar2011-08-102-0/+6
| | | | | | Problem: ":put =list" does not add an empty line for a trailing empty item. Solution: Add a trailing NL when turning a list into a string.
* Added tag v7-3-271 for changeset 32a52f06f33bBram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.271v7.3.271v7-3-271Bram Moolenaar2011-08-102-58/+60
| | | | | Problem: Code not following Vim coding style. Solution: Fix the style. (Elias Diem)
* Added tag v7-3-270 for changeset b9182da84c7eBram Moolenaar2011-08-100-0/+0
|
* updated for version 7.3.270v7.3.270v7-3-270Bram Moolenaar2011-08-102-1/+3
| | | | | Problem: Illegal memory access. Solution: Swap conditions. (Dominique Pelle)
* Added tag v7-3-269 for changeset 7f4f5ca70dbdBram Moolenaar2011-08-040-0/+0
|
* updated for version 7.3.269v7.3.269v7-3-269Bram Moolenaar2011-08-042-1/+35
| | | | | Problem: 'shellcmdflag' only works with one flag. Solution: Split into multiple arguments. (Gary Johnson)
* Added tag v7-3-268 for changeset ee17ee712512Bram Moolenaar2011-08-040-0/+0
|
* updated for version 7.3.268v7.3.268v7-3-268Bram Moolenaar2011-08-042-4/+16
| | | | | Problem: Vim freezes when executing an external command with zsh. Solution: Use O_NOCTTY both in the master and slave. (Bjorn Winckler)
* Added tag v7-3-267 for changeset ad404f2a4bfaBram Moolenaar2011-08-040-0/+0
|
* updated for version 7.3.267v7.3.267v7-3-267Bram Moolenaar2011-08-042-5/+15
| | | | | Problem: Ruby on Mac OS X 10.7 may crash. Solution: Avoid alloc(0). (Bjorn Winckler)
* Added tag v7-3-266 for changeset 25be7c9dda54Bram Moolenaar2011-07-270-0/+0
|
* updated for version 7.3.266v7.3.266v7-3-266Bram Moolenaar2011-07-272-0/+6
| | | | | Problem: In Gvim with iBus typing space in Insert mode doesn't work. Solution: Clear xim_expected_char after checking it.
* Added tag v7-3-265 for changeset eff686fb8de6Bram Moolenaar2011-07-270-0/+0
|
* updated for version 7.3.265v7.3.265v7-3-265Bram Moolenaar2011-07-272-5/+14
| | | | | | Problem: When storing a pattern in search history there is no proper check for the separator character. Solution: Pass the separator character to in_history(). (Muraoka Taro)
* Added tag v7-3-264 for changeset aa40bddeea9aBram Moolenaar2011-07-270-0/+0
|
* updated for version 7.3.264v7.3.264v7-3-264Bram Moolenaar2011-07-274-7/+16
| | | | | | | | 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.
* Added tag v7-3-263 for changeset a56259157c93Bram Moolenaar2011-07-270-0/+0
|
* updated for version 7.3.263v7.3.263v7-3-263Bram Moolenaar2011-07-273-8/+10
| | | | | Problem: Perl and Tcl have a few code style problems. Solution: Clean it up. (Elias Diem)
* Added tag v7-3-262 for changeset 847733973bfdBram Moolenaar2011-07-270-0/+0
|
* updated for version 7.3.262v7.3.262v7-3-262Bram Moolenaar2011-07-272-103/+105
| | | | | Problem: Photon code style doesn't match Vim style. Solution: Clean up some of it. (Elias Diem)
* Added tag v7-3-261 for changeset 410d42e3d4daBram Moolenaar2011-07-270-0/+0
|
* updated for version 7.3.261v7.3.261v7-3-261Bram Moolenaar2011-07-272-1/+3
| | | | | | Problem: G++ error message errornously recognized as error. Solution: Ignore "In file included from" line also when it ends in a colon. (Fernando Castillo)
* Added tag v7-3-260 for changeset cb4682b95909Bram Moolenaar2011-07-200-0/+0
|
* updated for version 7.3.260v7.3.260v7-3-260Bram Moolenaar2011-07-202-1/+8
| | | | | Problem: CursorHold triggers on an incomplete mapping. (Will Gray) Solution: Don't trigger CursorHold when there is typeahead.
* Added tag v7-3-259 for changeset 59130cd78dfcBram Moolenaar2011-07-200-0/+0
|
* updated for version 7.3.259v7.3.259v7-3-259Bram Moolenaar2011-07-205-7/+246
| | | | | Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
* Added tag v7-3-258 for changeset bdc3335bd72eBram Moolenaar2011-07-200-0/+0
|
* updated for version 7.3.258v7.3.258v7-3-258Bram Moolenaar2011-07-202-2/+19
| | | | | | Problem: MS-Windows: The edit with existing vim context menu entries can be unwanted. Solution: Let a registry entry disable them. (Jerome Vuarand)
* Added tag v7-3-257 for changeset 1fad9c73d77aBram Moolenaar2011-07-200-0/+0
|
* updated for version 7.3.257v7.3.257v7-3-257Bram Moolenaar2011-07-203-0/+13
| | | | | | Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
* Added tag v7-3-256 for changeset c296c225736eBram Moolenaar2011-07-200-0/+0
|
* updated for version 7.3.256v7.3.256v7-3-256Bram Moolenaar2011-07-203-1/+256
| | | | | | Problem: Javascript indenting not sufficiently tested. Solution: Add more tests. (Luc Deschenaux) Mark the lines that are indented wrong.
* Added tag v7-3-255 for changeset aa998de9f959Bram Moolenaar2011-07-200-0/+0
|