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