Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vim/vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: raymond-w-ko/vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 46 files changed
  • 1 contributor

Commits on Feb 16, 2021

  1. improve hash table performance at cost of memory

    Switch to Jenkin's one at a time hash
    Bump initial hash table size to 32. This decreases collision rate from
    40% to 20% in my config.
    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4be193f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f2bed View commit details
    Browse the repository at this point in the history
  3. add experimental Java bindings

    Similar to if_lua, but for Java
    
    Supports a variety of interpreters and JVM languages like Clojure,
    Scala, Groovy, JRuby, and etc.
    
    Highly experimental and lacks ability to compile on Linux, just for
    Windows.
    
    Imported from my hg repo, so commits squashed into one for now.
    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6850c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9b036f View commit details
    Browse the repository at this point in the history
  5. use black background to make less distracting

    makes the edges near the text area be black to make it less distracting
    than the near pure white it was before
    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6aa1699 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59addf2 View commit details
    Browse the repository at this point in the history
  7. my personal Makefile settings

    Put my name.
    Disable GUI.
    Enable Python 3 dynamic bindings.
    Include X in case I use it with SSH X forwarding.
    Max optimizations in CFLAGS and LDFLAGS.
    Install in home directory.
    Do not strip binary in case of debugging.
    fix hardcoded /bin/true location failing on latest Mac OS X
    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    8679ae9 View commit details
    Browse the repository at this point in the history
  8. enable :terminal support

    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    81a41ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    923c462 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e11e310 View commit details
    Browse the repository at this point in the history
  11. my personal Makefile settings

    Put my name.
    Disable GUI.
    Enable Python 3 dynamic bindings.
    Include X in case I use it with SSH X forwarding.
    Max optimizations in CFLAGS and LDFLAGS.
    Install in home directory.
    Do not strip binary in case of debugging.
    fix hardcoded /bin/true location failing on latest Mac OS X
    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d045d4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a308bda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b0652e View commit details
    Browse the repository at this point in the history
  14. my personal Windows compile + install batch files

    My own set of batch scripts for compiling and installing Vim on Windows.
    raymond-w-ko committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a5acb0b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b6c405 View commit details
    Browse the repository at this point in the history
Loading