aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(marks): don't set timestamp twice with :delmarks (#24994)zeertzjq2023-09-03
* fix(mark): properly init mark views (#22996)zeertzjq2023-04-10
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* refactor/single-includededmass2017-04-08
* ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA2017-03-27
* shada: Add support for merging everything like described in the docZyX2015-10-08
* shada: Add support for dumping/restoring bufs changes and win jumpsZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15