Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
9160441955bc6aae91bc2d3ca415b410bad36403
9160441
Move text from various.txt to a new helphelp.txt help file.
by Bram Moolenaar
· 15 years ago
bbd6afe
Optimize the blowfish crypt/decrypt code a bit more.
by Bram Moolenaar
· 15 years ago
04c9baf
Made crypt/decrypt faster.
by Bram Moolenaar
· 15 years ago
8cd213c
Fix completion of file names with '%' and '*'.
by Bram Moolenaar
· 15 years ago
83d09bb
Don't use pointers to store numbers, use a union.
by Bram Moolenaar
· 15 years ago
914703b
Correct use of long instead of off_t for file size. (James Vega)
by Bram Moolenaar
· 15 years ago
20a825a
Add test for gettabvar() and settabvar().
by Bram Moolenaar
· 15 years ago
a3ff49f
Crypt the text in the undo file if the file itself is crypted.
by Bram Moolenaar
· 15 years ago
6ed8ed8
Made reading/writing undo info a bit more robust.
by Bram Moolenaar
· 15 years ago
fd3e5dc
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
by Bram Moolenaar
· 15 years ago
a17d4c1
Added the undofile() function. Updated runtime files.
by Bram Moolenaar
· 15 years ago
504a821
Do not write an undo file if there is nothing to undo.
by Bram Moolenaar
· 15 years ago
8f1f629
updated for version 7.2.441
by Bram Moolenaar
· 15 years ago
6773b2b
A bit of cleanup and simplification for undofile.
by Bram Moolenaar
· 15 years ago
644fdff
A few more fixes for undo file. Split test in two parts so that it doesn't
by Bram Moolenaar
· 15 years ago
9db5806
Various improvements to undo file code to make it more robust.
by Bram Moolenaar
· 15 years ago
f05e3b0
Remove old and unused method to allocate memory for undo.
by Bram Moolenaar
· 15 years ago
cdf0420
Fix a few more things for persistent undo.
by Bram Moolenaar
· 15 years ago
bc42c1e
updated for version 7.2.440
by Bram Moolenaar
· 15 years ago
04fa542
updated for version 7.2.439
by Bram Moolenaar
· 15 years ago
0e1e25f
Don't execute some autocommands when v:dying is 2 or more.
by Bram Moolenaar
· 15 years ago
1d68952
Runtime file updates.
by Bram Moolenaar
· 15 years ago
167632f
Fix definition of UINT_PTR for 64 bit systems.
by Bram Moolenaar
· 15 years ago
6a18eb6
More strict checks for the undo file.
by Bram Moolenaar
· 15 years ago
83ad014
Fix for using ":wundo foo" when foo is an empty file.
by Bram Moolenaar
· 15 years ago
64354da
updated for version 7.2.438
by Bram Moolenaar
· 15 years ago
b230bd5
Found a way to make the MS-Windows installer wait for the uninstaller to
by Bram Moolenaar
· 15 years ago
9d72807
And another small fix for persistent undo.
by Bram Moolenaar
· 15 years ago
6a244fe
Fix: :wundo didn't work in a buffer without a name.
by Bram Moolenaar
· 15 years ago
442b422
Improve the MS-Windows installer.
by Bram Moolenaar
· 15 years ago
e66194a
Tiny change for Italian man page.
by Bram Moolenaar
· 15 years ago
7db5fc8
Fix uninit memory read in undo code. Fix uint32_t in proto file.
by Bram Moolenaar
· 15 years ago
55debbe
Included patch for persistent undo. Lots of changes and added test.
by Bram Moolenaar
· 15 years ago
c39125d
Fix for Netbeans on MS-Windows not compiling.
by Bram Moolenaar
· 15 years ago
1d2beae
Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. Attempt at a fix.
by Bram Moolenaar
· 15 years ago
be18d10
Fix wrong memory access when clearing crypt key.
by Bram Moolenaar
· 15 years ago
b26e632
Add :nbstart and :nbclose.
by Bram Moolenaar
· 15 years ago
67c5384
Included the patch to support netbeans in a terminal.
by Bram Moolenaar
· 15 years ago
ca7e1f2
Fix: window title not updated after file dropped.
by Bram Moolenaar
· 15 years ago
06b5d51
Add the settabvar() and gettabvar() functions. Various runtime file updates.
by Bram Moolenaar
· 15 years ago
db7c686
Add extra floating point functions.
by Bram Moolenaar
· 15 years ago
b382ad1
"g8" doesn't work properly on a NUL.
by Bram Moolenaar
· 15 years ago
f50a253
A few more changes for encryption. Add test that encrypted file can be read.
by Bram Moolenaar
· 15 years ago
6019078
updated for version 7.2.437
by Bram Moolenaar
· 15 years ago
7a32991
Updated runtime files.
by Bram Moolenaar
· 15 years ago
c6af812
Other solution for GTK not changing the locale.
by Bram Moolenaar
· 15 years ago
218116c
Various smaller changes. Updated proto files. Updated dependencies.
by Bram Moolenaar
· 15 years ago
fa7584c
Use UINT32_T in the code, define it to uint32_t or unsigned int.
by Bram Moolenaar
· 15 years ago
b702c84
Updated a few runtime files.
by Bram Moolenaar
· 15 years ago
4890f1f
One more fix for defining uint32_t.
by Bram Moolenaar
· 15 years ago
6323508
Change wording in link.sh: "remove" -> "omit"
by Bram Moolenaar
· 15 years ago
4a9b19a
Fix build on Cygwin and MingW.
by Bram Moolenaar
· 15 years ago
76e69ce
Undefine uint32_t when building if_perl.xs to fix the build.
by Bram Moolenaar
· 15 years ago
edac185
Add blowfish and sha256 source files to more Makefiles.
by Bram Moolenaar
· 15 years ago
927edbd
Small update to help files.
by Bram Moolenaar
· 15 years ago
30bb414
Avoid warnings for unused arguments when compiling with Gnome.
by Bram Moolenaar
· 15 years ago
cfc0eee
Undo undesired changes in src/Makefile.
by Bram Moolenaar
· 15 years ago
0bbabe8
Fixed encryption big/little endian test.
by Bram Moolenaar
· 15 years ago
823a165
Minor updates to blowfish encryption.
by Bram Moolenaar
· 15 years ago
40e6a71
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
by Bram Moolenaar
· 15 years ago
6448667
Add 'relativenumber' patch from Markus Heidelberg.
by Bram Moolenaar
· 15 years ago
13c4c5d
Remove outdated line from top Makefile.
by Bram Moolenaar
· 15 years ago
ff312a4
Move items around in the todo list.
by Bram Moolenaar
· 15 years ago
2767c60
updated for version 7.2.436
by Bram Moolenaar
· 15 years ago
2e530fa
Fix typo in release date.
by Bram Moolenaar
· 15 years ago
34b4daf
updated for version 7.2.435
by Bram Moolenaar
· 15 years ago
4137564
Merge patch 7.2.434.
by Bram Moolenaar
· 15 years ago
2dfa4d7
Merged change from default branch: Correct Japanese menus.
by Bram Moolenaar
· 15 years ago
23d99ec
Correct Japanese menus to avoid error while loading them after 7.2.432.
by Bram Moolenaar
· 15 years ago
fc2d5bd
After recovery check if the text changed. If it did mark the buffer as
by Bram Moolenaar
· 15 years ago
864665d
Get rid of the "extra" and "lang" archives.
by Bram Moolenaar
· 15 years ago
abb8d0b
Switched from autoconf 2.63 to 2.65.
by Bram Moolenaar
· 15 years ago
0b65f89
Small fix for compiler warning in Netbeans.
by Bram Moolenaar
· 15 years ago
fff2bee
First step in the Vim 7.3 branch. Changed version numbers.
by Bram Moolenaar
· 15 years ago
00a927d
Updated runtime files.
by Bram Moolenaar
· 15 years ago
f1eeae9
updated for version 7.2.433
by Bram Moolenaar
· 15 years ago
70b11cd
updated for version 7.2.432
by Bram Moolenaar
· 15 years ago
7871a50
updated for version 7.2.431
by Bram Moolenaar
· 15 years ago
9c0044d
updated for version 7.2.430
by Bram Moolenaar
· 15 years ago
2efbc66
updated for version 7.2.429
by Bram Moolenaar
· 15 years ago
f9ddb94
updated for version 7.2.428
by Bram Moolenaar
· 15 years ago
9dbe475
updated for version 7.2.427
by Bram Moolenaar
· 15 years ago
6af0506
updated for version 7.2.426
by Bram Moolenaar
· 15 years ago
2321c92
updated for version 7.2.425
by Bram Moolenaar
· 15 years ago
e685079
updated for version 7.2.424
by Bram Moolenaar
· 15 years ago
9577c3e
updated for version 7.2.423
by Bram Moolenaar
· 15 years ago
54ab0f1
updated for version 7.2.422
by Bram Moolenaar
· 15 years ago
38ab0e2
updated for version 7.2.421
by Bram Moolenaar
· 15 years ago
eb4883f
updated for version 7.2.420
by Bram Moolenaar
· 15 years ago
103e6ef
updated for version 7.2.419
by Bram Moolenaar
· 15 years ago
ccbab93
updated for version 7.2.418
by Bram Moolenaar
· 15 years ago
ae61bcf
updated for version 7.2.417
by Bram Moolenaar
· 15 years ago
0387e65
updated for version 7.2.416
by Bram Moolenaar
· 15 years ago
ad249fb
updated for version 7.2.415
by Bram Moolenaar
· 15 years ago
ceb45be
updated for version 7.2.414
by Bram Moolenaar
· 15 years ago
317fd3a
updated for version 7.2.413
by Bram Moolenaar
· 15 years ago
5ea0ac7
updated for version 7.2.412
by Bram Moolenaar
· 15 years ago
dfdf3c4
updated for version 7.2.411
by Bram Moolenaar
· 15 years ago
63fa526
updated for version 7.2.410
by Bram Moolenaar
· 15 years ago
d25bc23
updated for version 7.2.409
by Bram Moolenaar
· 15 years ago
Next »