index
:
vim
allow_nuw=0
master
Vim - the text editor
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
proto
Age
Commit message (
Expand
)
Author
2010-08-14
Fix building the Mac version with GUI.
Bram Moolenaar
2010-08-09
Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)
Bram Moolenaar
2010-08-04
Make :find completion consistent between Unix and MS-Windows. Add a test.
Bram Moolenaar
2010-08-04
When undoing a reload, move the cursor to the first changed line.
Bram Moolenaar
2010-07-29
Add completion for ":ownsyntax" and improve completion for ":filetype".
Bram Moolenaar
2010-07-28
Changes for VMS. Mostly by Zoltan Arpadffy.
Bram Moolenaar
2010-07-26
Fix compiler warnings on 64 bit systems.
Bram Moolenaar
2010-07-25
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
Bram Moolenaar
2010-07-25
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar
2010-07-24
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar
2010-07-24
Give each syntax item a sequence number, so that we know when it starts and
Bram Moolenaar
2010-07-24
Temporary solution for crashing when using both :py and :py3: disallow both in
Bram Moolenaar
2010-07-23
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar
2010-07-22
For conceal mode: when two different syntax items follow each other, show the
Bram Moolenaar
2010-07-22
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
Bram Moolenaar
2010-07-20
Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar
2010-07-19
Rename some "python3" symbols to "py3", as the command name.
Bram Moolenaar
2010-07-18
Make automatic prototype generation work with more interfaces.
Bram Moolenaar
2010-07-18
Added strdisplaywidth() function.
Bram Moolenaar
2010-07-18
Added strwidth() and strchars() functions.
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
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar
2010-07-11
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Bram Moolenaar
2010-07-11
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
Bram Moolenaar
2010-07-10
Make joining a range of lines much faster. (Milan Vancura)
Bram Moolenaar
2010-07-08
Make synstack() work on the character just after the end of the line.
Bram Moolenaar
2010-06-27
Added ":earlier 1f" and ":later 1f".
Bram Moolenaar
2010-06-27
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar
2010-06-26
Various small fixes from Dominique Pelle.
Bram Moolenaar
2010-06-25
Remove the old and not well supported GTK 1 code. (James Vega)
Bram Moolenaar
2010-06-22
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Bram Moolenaar
2010-06-21
Crypt the swapfile.
Bram Moolenaar
2010-06-14
Fix tiny build, move functions to undo.c.
Bram Moolenaar
2010-06-13
Added salt to blowfish encryption.
Bram Moolenaar
2010-06-12
updated for version 7.2.443
Bram Moolenaar
2010-06-06
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
Bram Moolenaar
2010-06-05
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
updated for version 7.2.442
Bram Moolenaar
2010-06-02
Optimize the blowfish crypt/decrypt code a bit more.
Bram Moolenaar
2010-06-01
Made crypt/decrypt faster.
Bram Moolenaar
2010-05-31
Correct use of long instead of off_t for file size. (James Vega)
Bram Moolenaar
2010-05-30
Crypt the text in the undo file if the file itself is crypted.
Bram Moolenaar
2010-05-30
Made reading/writing undo info a bit more robust.
Bram Moolenaar
2010-05-30
Added the undofile() function. Updated runtime files.
Bram Moolenaar
2010-05-29
Various improvements to undo file code to make it more robust.
Bram Moolenaar
2010-05-29
Fix a few more things for persistent undo.
Bram Moolenaar
2010-05-24
Fix uninit memory read in undo code. Fix uint32_t in proto file.
Bram Moolenaar
2010-05-23
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar
2010-05-22
Add :nbstart and :nbclose.
Bram Moolenaar
[next]