2006-07-25 08:20:54 by Martti Kuparinen | Files touched by this commit (3) |
Log message:
Updated editors/vim-share to 7.0.42
1946 7.0.040 mouse selection with "z=" and inputlist() gets wrong entry
2229 7.0.041 cursor([1, 2]) failed, required third item in the list
1603 7.0.042 crash or hang when pasting a block in Insert mode
|
2006-07-18 12:27:16 by Martti Kuparinen | Files touched by this commit (5) |
Log message:
* Make sure PATCHDIR is always set so that the patches are really used.
This fixes the vim-motif build.
* Update to 7.0.39
3990 7.0.036 can't compile with small features and syntax HL
1880 7.0.037 crash when resizing Vim window when a line doesn't fit
3236 7.0.038 complete() can be used from expr. mapping after inserting text
3240 7.0.039 third argument for inputdialog() doesn't work in the console
|
2006-07-02 19:05:15 by Martti Kuparinen | Files touched by this commit (3) |
Log message:
Updated editors/vim-share to 7.0.35
1649 7.0.018 VMS: plugins are not loaded on startup
1425 7.0.019 crash for "VjA789" and repeating
1470 7.0.020 GUI: crash when using 'mousefocus'
4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat
5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer
5351 7.0.023 crash after Insert mode completion without matches
1619 7.0.024 it is possible to set arbitrary v: variables
2606 7.0.025 crash when deleting an item from a:000
1800 7.0.026 Unix: when using libcall() and old error may be shown
1494 7.0.029 cursor position may be wrong when using getchar()
1664 7.0.030 the ":compiler" command can't be used in a \
FileChangedRO event
1808 7.0.031 after deleting a buffer its Select mode mappings remain
2431 7.0.033 pasting after autoindent removes the indent
2042 7.0.034 repeating completion was wrong after typing text or using BS
5905 7.0.035 repeating Insert mode completion doesn't work properly
|
2006-05-21 15:32:27 by Martti Kuparinen | Files touched by this commit (5) |
Log message:
Updated vim to 7.0.17
SIZE NAME FIXES
1627 7.0.001 'spellsuggest' could not be added to
2007 7.0.002 C omni complete has problem with % and # in tags file path
1876 7.0.003 GUI: click in tab pages label may warp mouse pointer
1596 7.0.004 Compiler warning for debug_saved used before set
1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs
1347 7.0.006 Mac: "make shadow" didn't link infplist.xml
1919 7.0.007 AIX: compiling failed for message.c
2081 7.0.008 Can't call a function that uses both <SID> and {expr}
1625 7.0.009 ml_get errors when 'spell' is set
3705 7.0.010 spellfile plugin required typing login name and password
1989 7.0.011 can't compile with eval feature without folding feature
2532 7.0.012 matchparen plugin changed cursor column in Insert mode
4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text
5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier
4485 7.0.015 Athena: type casts for lvalues
1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" \
and "hp-roman8"
2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
|
2006-05-10 15:27:43 by Antoine Reilles | Files touched by this commit (3) |
Log message:
Make sure vim-share do not link with X
Also avoid installing language manpages for xxd, to fix PLIST
|
2006-05-09 08:36:48 by Martti Kuparinen | Files touched by this commit (12) |
Log message:
Update vim to 7.0.0
Since Vim 6.4 many new features have been added. To mention a few:
- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text
Once you have installed Vim 7.0 you can find details about the changes
since Vim 6.4 with ":help version7".
|
2006-04-04 20:07:16 by Johnny C. Lam | Files touched by this commit (14) |
Log message:
INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
|
2006-03-02 12:32:34 by Martti Kuparinen | Files touched by this commit (1) |
Log message:
More pkglint -Wall fixes.
|
2006-03-02 11:41:42 by Martti Kuparinen | Files touched by this commit (12) |
Log message:
Fix pkglint -Wall warnings.
|
2006-03-02 08:27:44 by Martti Kuparinen | Files touched by this commit (2) |
Log message:
Make cscope support optional. PKGREVISION++
|