summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/mark.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30refactor: move extern variables out of _defs.h files (#26320)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-09-03refactor(marks): don't set timestamp twice with :delmarks (#24994)zeertzjq1
2023-04-10fix(mark): properly init mark views (#22996)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2022-06-30feat(marks): restore viewport on jump #15831Javier Lopez1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-01-20shed biking: it's always extmarks, never marks extendedBjörn Linse1
2020-01-16extmarks/bufhl: reimplement using new marktree data structureBjörn Linse1
2017-06-03lint: fix indentation of FUNC_ATTR linesBjörn Linse1
2017-04-11refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho1
2017-04-08refactor/single-includededmass1
2017-03-27ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA1
2015-10-08shada: Add support for merging everything like described in the docZyX1
2015-10-08shada: Add support for dumping/restoring bufs changes and win jumpsZyX1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1