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: NixOS/nixpkgs
base: 38c71c1163f6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9b1c2c479b3f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 20, 2018

  1. vimPlugins.clang_complete: fix path to libclang.so

    With the current plugin configuration I get the following error when
    opening a C/C++ file in ViM:
    
    ```
    "main.cpp" 246L, 7522C
    Loading libclang failed, completion won't be available. Are you sure '/nix/store/jdz3pbl853dw6k0qg54ifd5fplkq7xl8-cla
    ng-3.9.1/lib/libclang.so' contains libclang?
    ```
    Ma27 committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    d301d5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48750 from Ma27/fix-vim-clang-completion

    vimPlugins.clang_complete: fix path to libclang.so
    Mic92 committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    9b1c2c4 View commit details
    Browse the repository at this point in the history