search for: vimdiff

Displaying 7 results from an estimated 7 matches for "vimdiff".

2019 Mar 05
5
GSoC19: Debug Info should have no effect on codegen
...So far I have built llvm and clang and I was trying to reproduce the problem on simple c++ programs but I can't. Being specific this are the steps I am doing: $ clang -g test.cc > $ llvm-objdump -d a.out > with_debug > $ clang test.cc > $ llvm-objdump -d a.out > no_debug > $ vimdiff with_debug no_debug I still can't reproduce the problem. In the expected results of the project you mentioned that there are already failing test cases. Can you please point me in to these cases? Finally, I would like to ask whether there is some qualification task I should do or I have to fi...
2016 Feb 02
0
Re: Latest version of kate editor
...ade from Centos 7.1 to 7.2 was "urgs" and has driven me to switch to XFCE even @work, where I had to ask the sys-admins for allowance beforehand. vim / gvim / jedit Vim and its graphical frontend gvim are in use for nearly all my tasks as text-editors. A special place in my heart has (g)vimdiff which is a great help im my daily work (shell-scripts, php, css, html, js, and markdown make most the volume) The availability of a very powerfull text editor that can be worked with in a terminal the same whether local or remote (via ssh) gives a concistency that other editors lack, or, in the c...
2009 May 13
2
File compare word by word
Is there a utility that compares files word by word, instead of whole lines or single bytes? I found that I can simulate this by replacing all the spaces in a file with linefeeds, then 'diff -B' the results, but that's kind of awkward and hard to read when differences that matter come up. (For the record, I tried using OOo's document comparer, converting to text and using diff,
2011 Nov 25
4
C5: text editor with file compare?
Hi List, I'm looking for an editor with file compare capabilities. Gedit and kate don't seem to do this? Thx Rainer
2016 Feb 02
12
Latest version of kate editor
On 02/02/2016 03:50 PM, Lamar Owen wrote: > On 02/02/2016 09:28 AM, Jonathan Billings wrote: >> CentOS is not a bleeding-edge distribution that constantly keeps >> packages up to date with the upstream projects. If you want that, try >> another distribution like Fedora. > <rant> > GNOME can get a rebase to a newer version, but KDE can't..... this > from a
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here:
2018 Jun 13
4
Success: Bring-up of LLVM/clang-built Linux ARM(32-bit) kernel for Android - Nexus 5
...nel source - not helpful - same outcome - Finding Snapdragon Qualcomm LLVM/clang toolchain and using it - not helpful - same outcome 20. Using different diff-tools to compare two binaries : clang-built kernel and gcc-built kernel - hexdiff - saw some differences - vimdiff - some other differenes 21. Using different binary analysis tools to examine the differences between the gcc-built and clang-built kernels => Android EABI readelf - saw some ELF header information differences - Android EABI objdump - compared disassembly, symbols, sections and...